Html Css Color HEX #B9B4C1 French Grey

📋 copy color: '#B9B4C1'

red 185 ◦ green 180 ◦ blue 193

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

Shades of French Grey #B9B4C1

Tints of French Grey #B9B4C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.59%

R = 33.15%
G = 32.26%
B = 34.59%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B9B4C1 (or 0xB9B4C1) is known color: French Grey. HEX triplet: B9, B4 and C1. RGB value is (185,180,193). Sum of RGB (Red+Green+Blue) = 185+180+193=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #B9B4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B4C1 is #464B3E. Grayscale: #B6B6B6. Windows color (decimal): -4606783 or 12694713. OLE color: 12694713.

HSL color Cylindrical-coordinate representation of color #B9B4C1: hue angle of 263.08º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9B4C1 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 180 193 -
CMYK 0.04 0.07 0 0.24
HSL 263.08º 0.09% 0.73% -
HSV(B) 263.08º 0.07% 0.76% -
XYZ 45.95 46.81 57.06 -
YUV 182.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 185 180 193 0.04 0.07 0 0.24 263.08 0.09 0.73
Hex B9 B4 C1 4 7 0 18 107 9 49
Octal 271 264 301 4 7 0 30 407 11 111
Binary 10111001 10110100 11000001 100 111 0 11000 100000111 1001 1001001

Color Harmonies of #B9B4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B4C1

Black with #B9B4C1

Text Example


Text Example

White with #B9B4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B4C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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