Html Css Color HEX #BBB9BF French Grey

📋 copy color: '#BBB9BF'

red 187 ◦ green 185 ◦ blue 191

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

Shades of French Grey #BBB9BF

Tints of French Grey #BBB9BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.93%

R = 33.21%
G = 32.86%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBB9BF (or 0xBBB9BF) is known color: French Grey. HEX triplet: BB, B9 and BF. RGB value is (187,185,191). Sum of RGB (Red+Green+Blue) = 187+185+191=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BF is #444640. Grayscale: #BABABA. Windows color (decimal): -4474433 or 12564923. OLE color: 12564923.

HSL color Cylindrical-coordinate representation of color #BBB9BF: hue angle of 260º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBB9BF is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 185 191 -
CMYK 0.02 0.03 0 0.25
HSL 260º 0.04% 0.74% -
HSV(B) 260º 0.03% 0.75% -
XYZ 47.25 49.02 56.26 -
YUV 186.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 187 185 191 0.02 0.03 0 0.25 260 0.04 0.74
Hex BB B9 BF 2 3 0 19 104 4 4A
Octal 273 271 277 2 3 0 31 404 4 112
Binary 10111011 10111001 10111111 10 11 0 11001 100000100 100 1001010

Color Harmonies of #BBB9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9BF

Black with #BBB9BF

Text Example


Text Example

White with #BBB9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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