#ACB8EC

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

Shades of Perano #ACB8EC

Tints of Perano #ACB8EC

Color information

#ACB8EC (or 0xACB8EC) is unknown color: approx Perano. HEX triplet: AC, B8 and EC. RGB value is (172,184,236). Sum of RGB (Red+Green+Blue) = 172+184+236=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8EC is #534713. Grayscale: #BABABA. Windows color (decimal): -5457684 or 15513772. OLE color: 15513772.

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

Color convert

RGB172184236-
CMYK0.270.2200.07
HSL228.75º62.75%80%-
HSV(B)228.75º27.12%92.55%-
XYZ49.2949.1186.24-
YUV186.34156.02117.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 184 (72.27% from 255) = 31.08%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=29.05%
G=31.08%
B=39.86%

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
Decimal1721842360.270.2200.07228.7562.7580
HexACB8EC1B1607e53f50
Octal25427035433260734577120
Binary10101100101110001110110011011101100111111001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8EC; }

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

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

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

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

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

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

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

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