#ABAEE9

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

Shades of Perano #ABAEE9

Tints of Perano #ABAEE9

Color information

#ABAEE9 (or 0xABAEE9) is unknown color: approx Perano. HEX triplet: AB, AE and E9. RGB value is (171,174,233). Sum of RGB (Red+Green+Blue) = 171+174+233=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABAEE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAEE9 is #545116. Grayscale: #B3B3B3. Windows color (decimal): -5525783 or 15314603. OLE color: 15314603.

HSL color Cylindrical-coordinate representation of color #ABAEE9: hue angle of 237.1º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABAEE9 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171174233-
CMYK0.270.2500.09
HSL237.1º58.49%79.22%-
HSV(B)237.1º26.61%91.37%-
XYZ46.6444.8183.28-
YUV179.83158.01121.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=29.58%
G=30.10%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711742330.270.2500.09237.158.4979.22
HexABAEE91B1909ed3a4f
Octal253256351333101135572117
Binary101010111010111011101001110111100101001111011011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEE9; }

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

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

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

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

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

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

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

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