#ABACEA

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

Shades of Perano #ABACEA

Tints of Perano #ABACEA

Color information

#ABACEA (or 0xABACEA) is unknown color: approx Perano. HEX triplet: AB, AC and EA. RGB value is (171,172,234). Sum of RGB (Red+Green+Blue) = 171+172+234=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACEA is #545315. Grayscale: #B2B2B2. Windows color (decimal): -5526294 or 15379627. OLE color: 15379627.

HSL color Cylindrical-coordinate representation of color #ABACEA: hue angle of 239.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABACEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171172234-
CMYK0.270.2600.08
HSL239.05º60%79.41%-
HSV(B)239.05º26.92%91.76%-
XYZ46.444.183.91-
YUV178.77159.17122.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.64%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=29.64%
G=29.81%
B=40.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711722340.270.2600.08239.056079.41
HexABACEA1B1A08ef3c4f
Octal253254352333201035774117
Binary101010111010110011101010110111101001000111011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACEA; }

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

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

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

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

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

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

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

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