Html Css Color HEX #B7B3BF French Grey

📋 copy color: '#B7B3BF'

red 183 ◦ green 179 ◦ blue 191

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

Shades of French Grey #B7B3BF

Tints of French Grey #B7B3BF

RGB

 RED value IS 183 (71.88% from 255) = 33.09%

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 33.09%
G = 32.37%
B = 34.54%

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

#B7B3BF (or 0xB7B3BF) is known color: French Grey. HEX triplet: B7, B3 and BF. RGB value is (183,179,191). Sum of RGB (Red+Green+Blue) = 183+179+191=553 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.09% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 191 - color contains mainly: blue. Hex color #B7B3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B3BF is #484C40. Grayscale: #B5B5B5. Windows color (decimal): -4738113 or 12563383. OLE color: 12563383.

HSL color Cylindrical-coordinate representation of color #B7B3BF: hue angle of 260º degrees, saturation: 0.09, 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 #B7B3BF is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 179 191 -
CMYK 0.04 0.06 0 0.25
HSL 260º 0.09% 0.73% -
HSV(B) 260º 0.06% 0.75% -
XYZ 45.05 46.07 55.81 -
YUV 181.56 133.33 129.02 -
System Red Green Blue C M Y K H S L
Decimal 183 179 191 0.04 0.06 0 0.25 260 0.09 0.73
Hex B7 B3 BF 4 6 0 19 104 9 49
Octal 267 263 277 4 6 0 31 404 11 111
Binary 10110111 10110011 10111111 100 110 0 11001 100000100 1001 1001001

Color Harmonies of #B7B3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B3BF

Black with #B7B3BF

Text Example


Text Example

White with #B7B3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B3BF; }

 p { color: rgb(183,179,191); }

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

background-color css

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

 a { background-color: rgb(183,179,191); }

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

border-color css

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

 span { border-color: rgb(183,179,191); }

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