#BBABBD

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

Shades of Lola #BBABBD

Tints of Lola #BBABBD

Color information

#BBABBD (or 0xBBABBD) is unknown color: approx Lola. HEX triplet: BB, AB and BD. RGB value is (187,171,189). Sum of RGB (Red+Green+Blue) = 187+171+189=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABBD is #445442. Grayscale: #B1B1B1. Windows color (decimal): -4478019 or 12430267. OLE color: 12430267.

HSL color Cylindrical-coordinate representation of color #BBABBD: hue angle of 293.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBABBD is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187171189-
CMYK0.010.1000.26
HSL293.33º12%70.59%-
HSV(B)293.33º9.52%74.12%-
XYZ44.2443.3654.18-
YUV177.84134.3134.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 189 (74.22% from 255) = 34.55%
R=34.19%
G=31.26%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871711890.010.1000.26293.331270.59
HexBBABBD1A01A125c47
Octal27325327511203244514107
Binary1011101110101011101111011101001101010010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABBD; }

 p { color: rgb(187,171,189); }

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

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

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

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

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

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

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