#ABACE4

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

Shades of Perano #ABACE4

Tints of Perano #ABACE4

Color information

#ABACE4 (or 0xABACE4) is unknown color: approx Perano. HEX triplet: AB, AC and E4. RGB value is (171,172,228). Sum of RGB (Red+Green+Blue) = 171+172+228=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 228 (89.45% from 255 or 39.93% from 571); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE4 is #54531B. Grayscale: #B1B1B1. Windows color (decimal): -5526300 or 14986411. OLE color: 14986411.

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

Color convert

RGB171172228-
CMYK0.250.2500.11
HSL238.95º51.35%78.24%-
HSV(B)238.95º25%89.41%-
XYZ45.5543.7679.45-
YUV178.08156.17122.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 228 (89.45% from 255) = 39.93%
R=29.95%
G=30.12%
B=39.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711722280.250.2500.11238.9551.3578.24
HexABACE419190Bef334e
Octal253254344313101335763116
Binary101010111010110011100100110011100101011111011111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACE4; }

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

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

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

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

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

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

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

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