#ABACE9

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

Shades of Perano #ABACE9

Tints of Perano #ABACE9

Color information

#ABACE9 (or 0xABACE9) is unknown color: approx Perano. HEX triplet: AB, AC and E9. RGB value is (171,172,233). Sum of RGB (Red+Green+Blue) = 171+172+233=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #ABACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACE9 is #545316. Grayscale: #B2B2B2. Windows color (decimal): -5526295 or 15314091. OLE color: 15314091.

HSL color Cylindrical-coordinate representation of color #ABACE9: hue angle of 239.03º 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 #ABACE9 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB171172233-
CMYK0.270.2600.09
HSL239.03º58.49%79.22%-
HSV(B)239.03º26.61%91.37%-
XYZ46.2644.0583.15-
YUV178.66158.67122.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 172 (67.58% from 255) = 29.86%
BLUE value IS 233 (91.41% from 255) = 40.45%
R=29.69%
G=29.86%
B=40.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1711722330.270.2600.09239.0358.4979.22
HexABACE91B1A09ef3a4f
Octal253254351333201135772117
Binary101010111010110011101001110111101001001111011111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACE9; }

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

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

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

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

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

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

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

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