Html Css Color HEX #B9B3BD French Grey

📋 copy color: '#B9B3BD'

red 185 ◦ green 179 ◦ blue 189

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

Shades of French Grey #B9B3BD

Tints of French Grey #B9B3BD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.37%

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 33.45%
G = 32.37%
B = 34.18%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9B3BD (or 0xB9B3BD) is known color: French Grey. HEX triplet: B9, B3 and BD. RGB value is (185,179,189). Sum of RGB (Red+Green+Blue) = 185+179+189=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: blue. Hex color #B9B3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3BD is #464C42. Grayscale: #B5B5B5. Windows color (decimal): -4607043 or 12432313. OLE color: 12432313.

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

Color convert

RGB 185 179 189 -
CMYK 0.02 0.05 0 0.26
HSL 276º 0.07% 0.72% -
HSV(B) 276º 0.05% 0.74% -
XYZ 45.31 46.23 54.68 -
YUV 181.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 185 179 189 0.02 0.05 0 0.26 276 0.07 0.72
Hex B9 B3 BD 2 5 0 1A 114 7 48
Octal 271 263 275 2 5 0 32 424 7 110
Binary 10111001 10110011 10111101 10 101 0 11010 100010100 111 1001000

Color Harmonies of #B9B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B3BD

Black with #B9B3BD

Text Example


Text Example

White with #B9B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B3BD; }

 p { color: rgb(185,179,189); }

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

background-color css

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

 a { background-color: rgb(185,179,189); }

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

border-color css

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

 span { border-color: rgb(185,179,189); }

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