#ACBAEF

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

Shades of Perano #ACBAEF

Tints of Perano #ACBAEF

Color information

#ACBAEF (or 0xACBAEF) is unknown color: approx Perano. HEX triplet: AC, BA and EF. RGB value is (172,186,239). Sum of RGB (Red+Green+Blue) = 172+186+239=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBAEF is #534510. Grayscale: #BBBBBB. Windows color (decimal): -5457169 or 15710892. OLE color: 15710892.

HSL color Cylindrical-coordinate representation of color #ACBAEF: hue angle of 227.46º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBAEF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172186239-
CMYK0.280.2200.06
HSL227.46º67.68%80.59%-
HSV(B)227.46º28.03%93.73%-
XYZ50.1550.1288.69-
YUV187.86156.86116.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=28.81%
G=31.16%
B=40.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721862390.280.2200.06227.4667.6880.59
HexACBAEF1C1606e34451
Octal254272357342606343104121
Binary101011001011101011101111111001011001101110001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAEF; }

 p { color: rgb(172,186,239); }

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

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

 a { background-color: rgb(172,186,239); }

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

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

 span { border-color: rgb(172,186,239); }

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