#ABAEE0

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

Shades of Perano #ABAEE0

Tints of Perano #ABAEE0

Color information

#ABAEE0 (or 0xABAEE0) is unknown color: approx Perano. HEX triplet: AB, AE and E0. RGB value is (171,174,224). Sum of RGB (Red+Green+Blue) = 171+174+224=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABAEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEE0 is #54511F. Grayscale: #B2B2B2. Windows color (decimal): -5525792 or 14724779. OLE color: 14724779.

HSL color Cylindrical-coordinate representation of color #ABAEE0: hue angle of 236.6º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAEE0 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171174224-
CMYK0.240.2200.12
HSL236.6º46.09%77.45%-
HSV(B)236.6º23.66%87.84%-
XYZ45.3944.3176.68-
YUV178.8153.51122.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 224 (87.89% from 255) = 39.37%
R=30.05%
G=30.58%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711742240.240.2200.12236.646.0977.45
HexABAEE018160Ced2e4d
Octal253256340302601435556115
Binary101010111010111011100000110001011001100111011011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEE0; }

 p { color: rgb(171,174,224); }

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

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

 a { background-color: rgb(171,174,224); }

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

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

 span { border-color: rgb(171,174,224); }

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