#ADBEFC

Color #ADBEFC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADBEFC

Tints of Perano #ADBEFC

Color information

#ADBEFC (or 0xADBEFC) is unknown color: approx Perano. HEX triplet: AD, BE and FC. RGB value is (173,190,252). Sum of RGB (Red+Green+Blue) = 173+190+252=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEFC is #524103. Grayscale: #BFBFBF. Windows color (decimal): -5390596 or 16563885. OLE color: 16563885.

HSL color Cylindrical-coordinate representation of color #ADBEFC: hue angle of 227.09º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADBEFC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173190252-
CMYK0.310.2500.01
HSL227.09º92.94%83.33%-
HSV(B)227.09º31.35%98.82%-
XYZ53.2252.7499.47-
YUV191.98161.87114.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=28.13%
G=30.89%
B=40.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731902520.310.2500.01227.0992.9483.33
HexADBEFC1F1901e35d53
Octal255276374373101343135123
Binary1010110110111110111111001111111001011110001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEFC; }

 p { color: rgb(173,190,252); }

 H1.HeaderClassName
 {
   color: #ADBEFC;
 }
 .AnyTagClassName
 {
   color: #ADBEFC;
 }
</style>
background-color css

<style>
 a { background-color: #ADBEFC; }

 a { background-color: rgb(173,190,252); }

 div.DivClassName
 {
   background-color: #ADBEFC;
 }
 .BgClassName
 {
   background-color: #ADBEFC;
 }
</style>
border-color css

<style>
 span { border-color: #ADBEFC; }

 span { border-color: rgb(173,190,252); }

 td.TdClassName
 {
   border-color: #ADBEFC;
 }
 .TagClassName
 {
   border-color: #ADBEFC;
 }
</style>