#ADBAE6

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

Shades of Perano #ADBAE6

Tints of Perano #ADBAE6

Color information

#ADBAE6 (or 0xADBAE6) is unknown color: approx Perano. HEX triplet: AD, BA and E6. RGB value is (173,186,230). Sum of RGB (Red+Green+Blue) = 173+186+230=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADBAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAE6 is #524519. Grayscale: #BABABA. Windows color (decimal): -5391642 or 15121069. OLE color: 15121069.

HSL color Cylindrical-coordinate representation of color #ADBAE6: hue angle of 226.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBAE6 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173186230-
CMYK0.250.1900.10
HSL226.32º53.27%79.02%-
HSV(B)226.32º24.78%90.2%-
XYZ49.0849.7281.87-
YUV187.13152.19117.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 230 (90.23% from 255) = 39.05%
R=29.37%
G=31.58%
B=39.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731862300.250.1900.10226.3253.2779.02
HexADBAE619130Ae2354f
Octal255272346312301234265117
Binary101011011011101011100110110011001101010111000101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAE6; }

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

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

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

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

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

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

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

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