#ACB6EC

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

Shades of Perano #ACB6EC

Tints of Perano #ACB6EC

Color information

#ACB6EC (or 0xACB6EC) is unknown color: approx Perano. HEX triplet: AC, B6 and EC. RGB value is (172,182,236). Sum of RGB (Red+Green+Blue) = 172+182+236=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6EC is #534913. Grayscale: #B8B8B8. Windows color (decimal): -5458196 or 15513260. OLE color: 15513260.

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

Color convert

RGB172182236-
CMYK0.270.2300.07
HSL230.62º62.75%80%-
HSV(B)230.62º27.12%92.55%-
XYZ48.8848.2886.1-
YUV185.17156.69118.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 182 (71.48% from 255) = 30.85%
BLUE value IS 236 (92.58% from 255) = 40%
R=29.15%
G=30.85%
B=40%

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
Decimal1721822360.270.2300.07230.6262.7580
HexACB6EC1B1707e73f50
Octal25426635433270734777120
Binary10101100101101101110110011011101110111111001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6EC; }

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

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

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

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

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

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

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

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