#ACB9EE

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

Shades of Perano #ACB9EE

Tints of Perano #ACB9EE

Color information

#ACB9EE (or 0xACB9EE) is unknown color: approx Perano. HEX triplet: AC, B9 and EE. RGB value is (172,185,238). Sum of RGB (Red+Green+Blue) = 172+185+238=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACB9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB9EE is #534611. Grayscale: #BABABA. Windows color (decimal): -5457426 or 15645100. OLE color: 15645100.

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

Color convert

RGB172185238-
CMYK0.280.2200.07
HSL228.18º66%80.39%-
HSV(B)228.18º27.73%93.33%-
XYZ49.7949.6487.85-
YUV187.16156.69117.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 238 (93.36% from 255) = 40%
R=28.91%
G=31.09%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721852380.280.2200.07228.186680.39
HexACB9EE1C1607e44250
Octal254271356342607344102120
Binary101011001011100111101110111001011001111110010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9EE; }

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

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

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

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

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

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

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

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