Html Css Color HEX #B9B4C3 French Grey

📋 copy color: '#B9B4C3'

red 185 ◦ green 180 ◦ blue 195

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

Shades of French Grey #B9B4C3

Tints of French Grey #B9B4C3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.14%

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 33.04%
G = 32.14%
B = 34.82%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9B4C3 (or 0xB9B4C3) is known color: French Grey. HEX triplet: B9, B4 and C3. RGB value is (185,180,195). Sum of RGB (Red+Green+Blue) = 185+180+195=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 195 - color contains mainly: blue. Hex color #B9B4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4C3 is #464B3C. Grayscale: #B7B7B7. Windows color (decimal): -4606781 or 12825785. OLE color: 12825785.

HSL color Cylindrical-coordinate representation of color #B9B4C3: hue angle of 260º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9B4C3 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 180 195 -
CMYK 0.05 0.08 0 0.24
HSL 260º 0.11% 0.74% -
HSV(B) 260º 0.08% 0.76% -
XYZ 46.18 46.9 58.25 -
YUV 183.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 185 180 195 0.05 0.08 0 0.24 260 0.11 0.74
Hex B9 B4 C3 5 8 0 18 104 B 4A
Octal 271 264 303 5 10 0 30 404 13 112
Binary 10111001 10110100 11000011 101 1000 0 11000 100000100 1011 1001010

Color Harmonies of #B9B4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B4C3

Black with #B9B4C3

Text Example


Text Example

White with #B9B4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B4C3; }

 p { color: rgb(185,180,195); }

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

background-color css

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

 a { background-color: rgb(185,180,195); }

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

border-color css

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

 span { border-color: rgb(185,180,195); }

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