Html Css Color HEX #B9B5C0 French Grey

📋 copy color: '#B9B5C0'

red 185 ◦ green 181 ◦ blue 192

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

Shades of French Grey #B9B5C0

Tints of French Grey #B9B5C0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.44%

 BLUE value IS 192 (75.39% from 255) = 34.41%

R = 33.15%
G = 32.44%
B = 34.41%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9B5C0 (or 0xB9B5C0) is known color: French Grey. HEX triplet: B9, B5 and C0. RGB value is (185,181,192). Sum of RGB (Red+Green+Blue) = 185+181+192=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9B5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5C0 is #464A3F. Grayscale: #B7B7B7. Windows color (decimal): -4606528 or 12629433. OLE color: 12629433.

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

Color convert

RGB 185 181 192 -
CMYK 0.04 0.06 0 0.25
HSL 261.82º 0.08% 0.73% -
HSV(B) 261.82º 0.06% 0.75% -
XYZ 46.05 47.17 56.55 -
YUV 183.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 185 181 192 0.04 0.06 0 0.25 261.82 0.08 0.73
Hex B9 B5 C0 4 6 0 19 106 8 49
Octal 271 265 300 4 6 0 31 406 10 111
Binary 10111001 10110101 11000000 100 110 0 11001 100000110 1000 1001001

Color Harmonies of #B9B5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B5C0

Black with #B9B5C0

Text Example


Text Example

White with #B9B5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B5C0; }

 p { color: rgb(185,181,192); }

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

background-color css

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

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

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

border-color css

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

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

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