#ACB0E4

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

Shades of Perano #ACB0E4

Tints of Perano #ACB0E4

Color information

#ACB0E4 (or 0xACB0E4) is unknown color: approx Perano. HEX triplet: AC, B0 and E4. RGB value is (172,176,228). Sum of RGB (Red+Green+Blue) = 172+176+228=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACB0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB0E4 is #534F1B. Grayscale: #B4B4B4. Windows color (decimal): -5459740 or 14987436. OLE color: 14987436.

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

Color convert

RGB172176228-
CMYK0.250.2300.11
HSL235.71º50.91%78.43%-
HSV(B)235.71º24.56%89.41%-
XYZ46.5445.4279.71-
YUV180.73154.67121.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.86%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 228 (89.45% from 255) = 39.58%
R=29.86%
G=30.56%
B=39.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721762280.250.2300.11235.7150.9178.43
HexACB0E419170Bec334e
Octal254260344312701335463116
Binary101011001011000011100100110011011101011111011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB0E4; }

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

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

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

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

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

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

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

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