#B4ACB3

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

Shades of Lola #B4ACB3

Tints of Lola #B4ACB3

Color information

#B4ACB3 (or 0xB4ACB3) is unknown color: approx Lola. HEX triplet: B4, AC and B3. RGB value is (180,172,179). Sum of RGB (Red+Green+Blue) = 180+172+179=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACB3 is #4B534C. Grayscale: #AFAFAF. Windows color (decimal): -4936525 or 11775156. OLE color: 11775156.

HSL color Cylindrical-coordinate representation of color #B4ACB3: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4ACB3 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180172179-
CMYK00.040.010.29
HSL307.5º5.06%69.02%-
HSV(B)307.5º4.44%70.59%-
XYZ41.7142.4648.65-
YUV175.19130.15131.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 179 (70.31% from 255) = 33.71%
R=33.90%
G=32.39%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017217900.040.010.29307.55.0669.02
HexB4ACB30411D134545
Octal264254263041354645105
Binary10110100101011001011001101001111011001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACB3; }

 p { color: rgb(180,172,179); }

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

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

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

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

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

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

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