#ACB2E0

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

Shades of Perano #ACB2E0

Tints of Perano #ACB2E0

Color information

#ACB2E0 (or 0xACB2E0) is unknown color: approx Perano. HEX triplet: AC, B2 and E0. RGB value is (172,178,224). Sum of RGB (Red+Green+Blue) = 172+178+224=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACB2E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB2E0 is #534D1F. Grayscale: #B5B5B5. Windows color (decimal): -5459232 or 14725804. OLE color: 14725804.

HSL color Cylindrical-coordinate representation of color #ACB2E0: hue angle of 233.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACB2E0 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172178224-
CMYK0.230.2100.12
HSL233.08º45.61%77.65%-
HSV(B)233.08º23.21%87.84%-
XYZ46.3945.9976.95-
YUV181.45152.01121.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 178 (69.92% from 255) = 31.01%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=29.97%
G=31.01%
B=39.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721782240.230.2100.12233.0845.6177.65
HexACB2E017150Ce92e4e
Octal254262340272501435156116
Binary101011001011001011100000101111010101100111010011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2E0; }

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

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

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

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

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

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

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

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