#ABAEE2

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

Shades of Perano #ABAEE2

Tints of Perano #ABAEE2

Color information

#ABAEE2 (or 0xABAEE2) is unknown color: approx Perano. HEX triplet: AB, AE and E2. RGB value is (171,174,226). Sum of RGB (Red+Green+Blue) = 171+174+226=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABAEE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEE2 is #54511D. Grayscale: #B2B2B2. Windows color (decimal): -5525790 or 14855851. OLE color: 14855851.

HSL color Cylindrical-coordinate representation of color #ABAEE2: hue angle of 236.73º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABAEE2 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171174226-
CMYK0.240.2300.11
HSL236.73º48.67%77.84%-
HSV(B)236.73º24.34%88.63%-
XYZ45.6644.4278.12-
YUV179.03154.51122.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=29.95%
G=30.47%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711742260.240.2300.11236.7348.6777.84
HexABAEE218170Bed314e
Octal253256342302701335561116
Binary101010111010111011100010110001011101011111011011100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAEE2; }

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

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

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

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

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

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

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

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