#ACB9EC

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

Shades of Perano #ACB9EC

Tints of Perano #ACB9EC

Color information

#ACB9EC (or 0xACB9EC) is unknown color: approx Perano. HEX triplet: AC, B9 and EC. RGB value is (172,185,236). Sum of RGB (Red+Green+Blue) = 172+185+236=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EC is #534613. Grayscale: #BABABA. Windows color (decimal): -5457428 or 15514028. OLE color: 15514028.

HSL color Cylindrical-coordinate representation of color #ACB9EC: hue angle of 227.81º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACB9EC is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172185236-
CMYK0.270.2200.07
HSL227.81º62.75%80%-
HSV(B)227.81º27.12%92.55%-
XYZ49.549.5286.31-
YUV186.93155.69117.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 185 (72.66% from 255) = 31.20%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=29.01%
G=31.20%
B=39.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721852360.270.2200.07227.8162.7580
HexACB9EC1B1607e43f50
Octal25427135433260734477120
Binary10101100101110011110110011011101100111111001001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9EC; }

 p { color: rgb(172,185,236); }

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

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

 a { background-color: rgb(172,185,236); }

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

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

 span { border-color: rgb(172,185,236); }

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