#B5ACB5

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

Shades of Lola #B5ACB5

Tints of Lola #B5ACB5

Color information

#B5ACB5 (or 0xB5ACB5) is unknown color: approx Lola. HEX triplet: B5, AC and B5. RGB value is (181,172,181). Sum of RGB (Red+Green+Blue) = 181+172+181=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B5ACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACB5 is #4A534A. Grayscale: #AFAFAF. Windows color (decimal): -4870987 or 11906229. OLE color: 11906229.

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

Color convert

RGB181172181-
CMYK00.0500.29
HSL300º5.73%69.22%-
HSV(B)300º4.97%70.98%-
XYZ42.1542.6749.73-
YUV175.72130.98131.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=33.90%
G=32.21%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117218100.0500.293005.7369.22
HexB5ACB50501D12c645
Octal265254265050354546105
Binary10110101101011001011010101010111011001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACB5; }

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

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

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

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

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

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

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

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