#ACB2EF

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

Shades of Perano #ACB2EF

Tints of Perano #ACB2EF

Color information

#ACB2EF (or 0xACB2EF) is unknown color: approx Perano. HEX triplet: AC, B2 and EF. RGB value is (172,178,239). Sum of RGB (Red+Green+Blue) = 172+178+239=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2EF is #534D10. Grayscale: #B6B6B6. Windows color (decimal): -5459217 or 15708844. OLE color: 15708844.

HSL color Cylindrical-coordinate representation of color #ACB2EF: hue angle of 234.63º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB2EF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172178239-
CMYK0.280.2600.06
HSL234.63º67.68%80.59%-
HSV(B)234.63º28.03%93.73%-
XYZ48.5146.8488.15-
YUV183.16159.51120.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 178 (69.92% from 255) = 30.22%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=29.20%
G=30.22%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721782390.280.2600.06234.6367.6880.59
HexACB2EF1C1A06eb4451
Octal254262357343206353104121
Binary101011001011001011101111111001101001101110101110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2EF; }

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

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

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

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

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

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

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

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