Html Css Color HEX #B9B1C6 French Grey

📋 copy color: '#B9B1C6'

red 185 ◦ green 177 ◦ blue 198

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

Shades of French Grey #B9B1C6

Tints of French Grey #B9B1C6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.61%

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 33.04%
G = 31.61%
B = 35.36%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B9B1C6 (or 0xB9B1C6) is known color: French Grey. HEX triplet: B9, B1 and C6. RGB value is (185,177,198). Sum of RGB (Red+Green+Blue) = 185+177+198=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #B9B1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B1C6 is #464E39. Grayscale: #B5B5B5. Windows color (decimal): -4607546 or 13021625. OLE color: 13021625.

HSL color Cylindrical-coordinate representation of color #B9B1C6: hue angle of 262.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9B1C6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 177 198 -
CMYK 0.07 0.11 0 0.22
HSL 262.86º 0.16% 0.74% -
HSV(B) 262.86º 0.11% 0.78% -
XYZ 45.92 45.84 59.85 -
YUV 181.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 185 177 198 0.07 0.11 0 0.22 262.86 0.16 0.74
Hex B9 B1 C6 7 B 0 16 107 10 4A
Octal 271 261 306 7 13 0 26 407 20 112
Binary 10111001 10110001 11000110 111 1011 0 10110 100000111 10000 1001010

Color Harmonies of #B9B1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B1C6

Black with #B9B1C6

Text Example


Text Example

White with #B9B1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B1C6; }

 p { color: rgb(185,177,198); }

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

background-color css

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

 a { background-color: rgb(185,177,198); }

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

border-color css

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

 span { border-color: rgb(185,177,198); }

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