Html Css Color HEX #B9B7BB French Grey

📋 copy color: '#B9B7BB'

red 185 ◦ green 183 ◦ blue 187

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

Shades of French Grey #B9B7BB

Tints of French Grey #B9B7BB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.97%

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

R = 33.33%
G = 32.97%
B = 33.69%

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

#B9B7BB (or 0xB9B7BB) is known color: French Grey. HEX triplet: B9, B7 and BB. RGB value is (185,183,187). Sum of RGB (Red+Green+Blue) = 185+183+187=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 187 - color contains mainly: blue. Hex color #B9B7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7BB is #464844. Grayscale: #B8B8B8. Windows color (decimal): -4606021 or 12302265. OLE color: 12302265.

HSL color Cylindrical-coordinate representation of color #B9B7BB: hue angle of 270º degrees, saturation: 0.03, 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 #B9B7BB is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 187 -
CMYK 0.01 0.02 0 0.27
HSL 270º 0.03% 0.73% -
HSV(B) 270º 0.02% 0.73% -
XYZ 45.91 47.77 53.81 -
YUV 184.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 185 183 187 0.01 0.02 0 0.27 270 0.03 0.73
Hex B9 B7 BB 1 2 0 1B 10E 3 49
Octal 271 267 273 1 2 0 33 416 3 111
Binary 10111001 10110111 10111011 1 10 0 11011 100001110 11 1001001

Color Harmonies of #B9B7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B7BB

Black with #B9B7BB

Text Example


Text Example

White with #B9B7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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