Html Css Color HEX #B9B7BC French Grey

📋 copy color: '#B9B7BC'

red 185 ◦ green 183 ◦ blue 188

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

Shades of French Grey #B9B7BC

Tints of French Grey #B9B7BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 33.27%
G = 32.91%
B = 33.81%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9B7BC (or 0xB9B7BC) is known color: French Grey. HEX triplet: B9, B7 and BC. RGB value is (185,183,188). Sum of RGB (Red+Green+Blue) = 185+183+188=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B7BC is #464843. Grayscale: #B8B8B8. Windows color (decimal): -4606020 or 12367801. OLE color: 12367801.

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

Color convert

RGB 185 183 188 -
CMYK 0.02 0.03 0 0.26
HSL 264º 0.04% 0.73% -
HSV(B) 264º 0.03% 0.74% -
XYZ 46.02 47.81 54.38 -
YUV 184.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 185 183 188 0.02 0.03 0 0.26 264 0.04 0.73
Hex B9 B7 BC 2 3 0 1A 108 4 49
Octal 271 267 274 2 3 0 32 410 4 111
Binary 10111001 10110111 10111100 10 11 0 11010 100001000 100 1001001

Color Harmonies of #B9B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B7BC

Black with #B9B7BC

Text Example


Text Example

White with #B9B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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