Html Css Color HEX #B9B8BB French Grey

📋 copy color: '#B9B8BB'

red 185 ◦ green 184 ◦ blue 187

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

Shades of French Grey #B9B8BB

Tints of French Grey #B9B8BB

RGB

 RED value IS 185 (72.66% from 255) = 33.27%

 GREEN value IS 184 (72.27% from 255) = 33.09%

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

R = 33.27%
G = 33.09%
B = 33.63%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B9B8BB (or 0xB9B8BB) is known color: French Grey. HEX triplet: B9, B8 and BB. RGB value is (185,184,187). Sum of RGB (Red+Green+Blue) = 185+184+187=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9B8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8BB is #464744. Grayscale: #B8B8B8. Windows color (decimal): -4605765 or 12302521. OLE color: 12302521.

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

Color convert

RGB 185 184 187 -
CMYK 0.01 0.02 0 0.27
HSL 260º 0.02% 0.73% -
HSV(B) 260º 0.02% 0.73% -
XYZ 46.12 48.18 53.88 -
YUV 184.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 185 184 187 0.01 0.02 0 0.27 260 0.02 0.73
Hex B9 B8 BB 1 2 0 1B 104 2 49
Octal 271 270 273 1 2 0 33 404 2 111
Binary 10111001 10111000 10111011 1 10 0 11011 100000100 10 1001001

Color Harmonies of #B9B8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B8BB

Black with #B9B8BB

Text Example


Text Example

White with #B9B8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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