#ACB0E3

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

Shades of Perano #ACB0E3

Tints of Perano #ACB0E3

Color information

#ACB0E3 (or 0xACB0E3) is unknown color: approx Perano. HEX triplet: AC, B0 and E3. RGB value is (172,176,227). Sum of RGB (Red+Green+Blue) = 172+176+227=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 227 (89.06% from 255 or 39.48% from 575); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACB0E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0E3 is #534F1C. Grayscale: #B4B4B4. Windows color (decimal): -5459741 or 14921900. OLE color: 14921900.

HSL color Cylindrical-coordinate representation of color #ACB0E3: hue angle of 235.64º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACB0E3 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172176227-
CMYK0.240.2200.11
HSL235.64º49.55%78.24%-
HSV(B)235.64º24.23%89.02%-
XYZ46.445.3778.98-
YUV180.62154.17121.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.91%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 227 (89.06% from 255) = 39.48%
R=29.91%
G=30.61%
B=39.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721762270.240.2200.11235.6449.5578.24
HexACB0E318160Bec324e
Octal254260343302601335462116
Binary101011001011000011100011110001011001011111011001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0E3; }

 p { color: rgb(172,176,227); }

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

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

 a { background-color: rgb(172,176,227); }

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

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

 span { border-color: rgb(172,176,227); }

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