#B2ACB2

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

Shades of Lola #B2ACB2

Tints of Lola #B2ACB2

Color information

#B2ACB2 (or 0xB2ACB2) is unknown color: approx Lola. HEX triplet: B2, AC and B2. RGB value is (178,172,178). Sum of RGB (Red+Green+Blue) = 178+172+178=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B2ACB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2ACB2 is #4D534D. Grayscale: #AEAEAE. Windows color (decimal): -5067598 or 11709618. OLE color: 11709618.

HSL color Cylindrical-coordinate representation of color #B2ACB2: hue angle of 300º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2ACB2 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB178172178-
CMYK00.0300.30
HSL300º3.75%68.63%-
HSV(B)300º3.37%69.8%-
XYZ41.1542.1848.09-
YUV174.48129.99130.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=33.71%
G=32.58%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817217800.0300.303003.7568.63
HexB2ACB20301E12c445
Octal262254262030364544105
Binary1011001010101100101100100110111101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ACB2; }

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

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

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

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

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

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

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

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