#ACB2EC

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

Shades of Perano #ACB2EC

Tints of Perano #ACB2EC

Color information

#ACB2EC (or 0xACB2EC) is unknown color: approx Perano. HEX triplet: AC, B2 and EC. RGB value is (172,178,236). Sum of RGB (Red+Green+Blue) = 172+178+236=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2EC is #534D13. Grayscale: #B6B6B6. Windows color (decimal): -5459220 or 15512236. OLE color: 15512236.

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

Color convert

RGB172178236-
CMYK0.270.2500.07
HSL234.38º62.75%80%-
HSV(B)234.38º27.12%92.55%-
XYZ48.0746.6785.83-
YUV182.82158.01120.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=29.35%
G=30.38%
B=40.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721782360.270.2500.07234.3862.7580
HexACB2EC1B1907ea3f50
Octal25426235433310735277120
Binary10101100101100101110110011011110010111111010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2EC; }

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

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

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

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

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

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

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

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