#ADBAE0

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

Shades of Perano #ADBAE0

Tints of Perano #ADBAE0

Color information

#ADBAE0 (or 0xADBAE0) is unknown color: approx Perano. HEX triplet: AD, BA and E0. RGB value is (173,186,224). Sum of RGB (Red+Green+Blue) = 173+186+224=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADBAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAE0 is #52451F. Grayscale: #BABABA. Windows color (decimal): -5391648 or 14727853. OLE color: 14727853.

HSL color Cylindrical-coordinate representation of color #ADBAE0: hue angle of 224.71º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBAE0 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173186224-
CMYK0.230.1700.12
HSL224.71º45.13%77.84%-
HSV(B)224.71º22.77%87.84%-
XYZ48.2549.3877.51-
YUV186.44149.19118.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=29.67%
G=31.90%
B=38.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731862240.230.1700.12224.7145.1377.84
HexADBAE017110Ce12d4e
Octal255272340272101434155116
Binary101011011011101011100000101111000101100111000011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAE0; }

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

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

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

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

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

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

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

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