#B5ABB5

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

Shades of Lola #B5ABB5

Tints of Lola #B5ABB5

Color information

#B5ABB5 (or 0xB5ABB5) is unknown color: approx Lola. HEX triplet: B5, AB and B5. RGB value is (181,171,181). Sum of RGB (Red+Green+Blue) = 181+171+181=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B5ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABB5 is #4A544A. Grayscale: #AFAFAF. Windows color (decimal): -4871243 or 11905973. OLE color: 11905973.

HSL color Cylindrical-coordinate representation of color #B5ABB5: 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.06%. Process color model (Four color, CMYK) of #B5ABB5 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB181171181-
CMYK00.0600.29
HSL300º6.33%69.02%-
HSV(B)300º5.52%70.98%-
XYZ41.9642.2949.67-
YUV175.13131.31132.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117118100.0600.293006.3369.02
HexB5ABB50601D12c645
Octal265253265060354546105
Binary10110101101010111011010101100111011001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABB5; }

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

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

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

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

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

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

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

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