#BBB3BA

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

Shades of Lola #BBB3BA

Tints of Lola #BBB3BA

Color information

#BBB3BA (or 0xBBB3BA) is unknown color: approx Lola. HEX triplet: BB, B3 and BA. RGB value is (187,179,186). Sum of RGB (Red+Green+Blue) = 187+179+186=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3BA is #444C45. Grayscale: #B6B6B6. Windows color (decimal): -4475974 or 12235707. OLE color: 12235707.

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

Color convert

RGB187179186-
CMYK00.040.010.27
HSL307.5º5.56%71.76%-
HSV(B)307.5º4.28%73.33%-
XYZ45.4846.3553-
YUV182.19130.15131.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 179 (70.31% from 255) = 32.43%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=33.88%
G=32.43%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717918600.040.010.27307.55.5671.76
HexBBB3BA0411B134648
Octal273263272041334646110
Binary10111011101100111011101001001110111001101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3BA; }

 p { color: rgb(187,179,186); }

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

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

 a { background-color: rgb(187,179,186); }

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

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

 span { border-color: rgb(187,179,186); }

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