#ABAEE5

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

Shades of Perano #ABAEE5

Tints of Perano #ABAEE5

Color information

#ABAEE5 (or 0xABAEE5) is unknown color: approx Perano. HEX triplet: AB, AE and E5. RGB value is (171,174,229). Sum of RGB (Red+Green+Blue) = 171+174+229=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABAEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEE5 is #54511A. Grayscale: #B3B3B3. Windows color (decimal): -5525787 or 15052459. OLE color: 15052459.

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

Color convert

RGB171174229-
CMYK0.250.2400.10
HSL236.9º52.73%78.43%-
HSV(B)236.9º25.33%89.8%-
XYZ46.0744.5980.31-
YUV179.37156.01122.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=29.79%
G=30.31%
B=39.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711742290.250.2400.10236.952.7378.43
HexABAEE519180Aed354e
Octal253256345313001235565116
Binary101010111010111011100101110011100001010111011011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEE5; }

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

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

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

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

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

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

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

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