#ADBAE5

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

Shades of Perano #ADBAE5

Tints of Perano #ADBAE5

Color information

#ADBAE5 (or 0xADBAE5) is unknown color: approx Perano. HEX triplet: AD, BA and E5. RGB value is (173,186,229). Sum of RGB (Red+Green+Blue) = 173+186+229=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAE5 is #52451A. Grayscale: #BABABA. Windows color (decimal): -5391643 or 15055533. OLE color: 15055533.

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

Color convert

RGB173186229-
CMYK0.240.1900.10
HSL226.07º51.85%78.82%-
HSV(B)226.07º24.45%89.8%-
XYZ48.9449.6681.13-
YUV187.02151.69118-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=29.42%
G=31.63%
B=38.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731862290.240.1900.10226.0751.8578.82
HexADBAE518130Ae2344f
Octal255272345302301234264117
Binary101011011011101011100101110001001101010111000101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAE5; }

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

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

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

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

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

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

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

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