Html Css Color HEX #BBB9BB Lola

📋 copy color: '#BBB9BB'

red 187 ◦ green 185 ◦ blue 187

#BBB9BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BBB9BB

Tints of Lola #BBB9BB

RGB

 RED value IS 187 (73.44% from 255) = 33.45%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 33.45%
G = 33.09%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BBB9BB (or 0xBBB9BB) is known color: Lola. HEX triplet: BB, B9 and BB. RGB value is (187,185,187). Sum of RGB (Red+Green+Blue) = 187+185+187=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BBB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BB is #444644. Grayscale: #B9B9B9. Windows color (decimal): -4474437 or 12302779. OLE color: 12302779.

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

Color convert

RGB 187 185 187 -
CMYK 0 0.01 0 0.27
HSL 300º 0.01% 0.73% -
HSV(B) 300º 0.01% 0.73% -
XYZ 46.81 48.85 53.98 -
YUV 185.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 187 185 187 0 0.01 0 0.27 300 0.01 0.73
Hex BB B9 BB 0 1 0 1B 12C 1 49
Octal 273 271 273 0 1 0 33 454 1 111
Binary 10111011 10111001 10111011 0 1 0 11011 100101100 1 1001001

Color Harmonies of #BBB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9BB

Black with #BBB9BB

Text Example


Text Example

White with #BBB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9BB; }

 p { color: rgb(187,185,187); }

 H1.HeaderClassName
 {
   color: #BBB9BB;
 }
 .AnyTagClassName
 {
   color: #BBB9BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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