#ADBAE2

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

Shades of Perano #ADBAE2

Tints of Perano #ADBAE2

Color information

#ADBAE2 (or 0xADBAE2) is unknown color: approx Perano. HEX triplet: AD, BA and E2. RGB value is (173,186,226). Sum of RGB (Red+Green+Blue) = 173+186+226=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADBAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAE2 is #52451D. Grayscale: #BABABA. Windows color (decimal): -5391646 or 14858925. OLE color: 14858925.

HSL color Cylindrical-coordinate representation of color #ADBAE2: hue angle of 225.28º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBAE2 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173186226-
CMYK0.230.1800.11
HSL225.28º47.75%78.24%-
HSV(B)225.28º23.45%88.63%-
XYZ48.5249.4978.95-
YUV186.67150.19118.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=29.57%
G=31.79%
B=38.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731862260.230.1800.11225.2847.7578.24
HexADBAE217120Be1304e
Octal255272342272201334160116
Binary101011011011101011100010101111001001011111000011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAE2; }

 p { color: rgb(173,186,226); }

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

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

 a { background-color: rgb(173,186,226); }

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

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

 span { border-color: rgb(173,186,226); }

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