Html Css Color HEX #B9B2BE French Grey

📋 copy color: '#B9B2BE'

red 185 ◦ green 178 ◦ blue 190

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

Shades of French Grey #B9B2BE

Tints of French Grey #B9B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.19%

 BLUE value IS 190 (74.61% from 255) = 34.36%

R = 33.45%
G = 32.19%
B = 34.36%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9B2BE (or 0xB9B2BE) is known color: French Grey. HEX triplet: B9, B2 and BE. RGB value is (185,178,190). Sum of RGB (Red+Green+Blue) = 185+178+190=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 190 - color contains mainly: blue. Hex color #B9B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B2BE is #464D41. Grayscale: #B5B5B5. Windows color (decimal): -4607298 or 12497593. OLE color: 12497593.

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

Color convert

RGB 185 178 190 -
CMYK 0.03 0.06 0 0.25
HSL 275º 0.08% 0.72% -
HSV(B) 275º 0.06% 0.75% -
XYZ 45.22 45.87 55.19 -
YUV 181.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 185 178 190 0.03 0.06 0 0.25 275 0.08 0.72
Hex B9 B2 BE 3 6 0 19 113 8 48
Octal 271 262 276 3 6 0 31 423 10 110
Binary 10111001 10110010 10111110 11 110 0 11001 100010011 1000 1001000

Color Harmonies of #B9B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B2BE

Black with #B9B2BE

Text Example


Text Example

White with #B9B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B2BE; }

 p { color: rgb(185,178,190); }

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

background-color css

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

 a { background-color: rgb(185,178,190); }

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

border-color css

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

 span { border-color: rgb(185,178,190); }

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