#ADBFE9

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

Shades of Perano #ADBFE9

Tints of Perano #ADBFE9

Color information

#ADBFE9 (or 0xADBFE9) is unknown color: approx Perano. HEX triplet: AD, BF and E9. RGB value is (173,191,233). Sum of RGB (Red+Green+Blue) = 173+191+233=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADBFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFE9 is #524016. Grayscale: #BEBEBE. Windows color (decimal): -5390359 or 15318957. OLE color: 15318957.

HSL color Cylindrical-coordinate representation of color #ADBFE9: hue angle of 222º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBFE9 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173191233-
CMYK0.260.1800.09
HSL222º57.69%79.61%-
HSV(B)222º25.75%91.37%-
XYZ50.5752.0384.47-
YUV190.41152.04115.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.98%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=28.98%
G=31.99%
B=39.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731912330.260.1800.0922257.6979.61
HexADBFE91A1209de3a50
Octal255277351322201133672120
Binary101011011011111111101001110101001001001110111101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFE9; }

 p { color: rgb(173,191,233); }

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

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

 a { background-color: rgb(173,191,233); }

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

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

 span { border-color: rgb(173,191,233); }

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