#ABACE1

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

Shades of Perano #ABACE1

Tints of Perano #ABACE1

Color information

#ABACE1 (or 0xABACE1) is unknown color: approx Perano. HEX triplet: AB, AC and E1. RGB value is (171,172,225). Sum of RGB (Red+Green+Blue) = 171+172+225=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE1 is #54531E. Grayscale: #B1B1B1. Windows color (decimal): -5526303 or 14789803. OLE color: 14789803.

HSL color Cylindrical-coordinate representation of color #ABACE1: hue angle of 238.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABACE1 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB171172225-
CMYK0.240.2400.12
HSL238.89º47.37%77.65%-
HSV(B)238.89º24%88.24%-
XYZ45.1443.677.27-
YUV177.74154.67123.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=30.11%
G=30.28%
B=39.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1711722250.240.2400.12238.8947.3777.65
HexABACE118180Cef2f4e
Octal253254341303001435757116
Binary101010111010110011100001110001100001100111011111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACE1; }

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

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

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

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

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

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

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

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