#ABACE3

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

Shades of Perano #ABACE3

Tints of Perano #ABACE3

Color information

#ABACE3 (or 0xABACE3) is unknown color: approx Perano. HEX triplet: AB, AC and E3. RGB value is (171,172,227). Sum of RGB (Red+Green+Blue) = 171+172+227=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACE3 is #54531C. Grayscale: #B1B1B1. Windows color (decimal): -5526301 or 14920875. OLE color: 14920875.

HSL color Cylindrical-coordinate representation of color #ABACE3: hue angle of 238.93º degrees, saturation: 0.5, 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 #ABACE3 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171172227-
CMYK0.250.2400.11
HSL238.93º50%78.04%-
HSV(B)238.93º24.67%89.02%-
XYZ45.4143.7178.72-
YUV177.97155.67123.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 227 (89.06% from 255) = 39.82%
R=30%
G=30.18%
B=39.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711722270.250.2400.11238.935078.04
HexABACE319180Bef324e
Octal253254343313001335762116
Binary101010111010110011100011110011100001011111011111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACE3; }

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

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

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

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

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

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

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

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