#ACB5EC

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

Shades of Perano #ACB5EC

Tints of Perano #ACB5EC

Color information

#ACB5EC (or 0xACB5EC) is unknown color: approx Perano. HEX triplet: AC, B5 and EC. RGB value is (172,181,236). Sum of RGB (Red+Green+Blue) = 172+181+236=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5EC is #534A13. Grayscale: #B8B8B8. Windows color (decimal): -5458452 or 15513004. OLE color: 15513004.

HSL color Cylindrical-coordinate representation of color #ACB5EC: hue angle of 231.56º 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 #ACB5EC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172181236-
CMYK0.270.2300.07
HSL231.56º62.75%80%-
HSV(B)231.56º27.12%92.55%-
XYZ48.6847.8786.03-
YUV184.58157.02119.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=29.20%
G=30.73%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721812360.270.2300.07231.5662.7580
HexACB5EC1B1707e83f50
Octal25426535433270735077120
Binary10101100101101011110110011011101110111111010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5EC; }

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

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

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

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

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

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

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

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