Html Css Color HEX #BFB9C9 French Grey

📋 copy color: '#BFB9C9'

red 191 ◦ green 185 ◦ blue 201

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

Shades of French Grey #BFB9C9

Tints of French Grey #BFB9C9

RGB

 RED value IS 191 (75% from 255) = 33.1%

 GREEN value IS 185 (72.66% from 255) = 32.06%

 BLUE value IS 201 (78.91% from 255) = 34.84%

R = 33.1%
G = 32.06%
B = 34.84%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFB9C9 (or 0xBFB9C9) is known color: French Grey. HEX triplet: BF, B9 and C9. RGB value is (191,185,201). Sum of RGB (Red+Green+Blue) = 191+185+201=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFB9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9C9 is #404636. Grayscale: #BCBCBC. Windows color (decimal): -4212279 or 13220287. OLE color: 13220287.

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

Color convert

RGB 191 185 201 -
CMYK 0.05 0.08 0 0.21
HSL 262.5º 0.13% 0.76% -
HSV(B) 262.5º 0.08% 0.79% -
XYZ 49.38 49.99 62.31 -
YUV 188.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 191 185 201 0.05 0.08 0 0.21 262.5 0.13 0.76
Hex BF B9 C9 5 8 0 15 106 D 4C
Octal 277 271 311 5 10 0 25 406 15 114
Binary 10111111 10111001 11001001 101 1000 0 10101 100000110 1101 1001100

Color Harmonies of #BFB9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9C9

Black with #BFB9C9

Text Example


Text Example

White with #BFB9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9C9; }

 p { color: rgb(191,185,201); }

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

background-color css

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

 a { background-color: rgb(191,185,201); }

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

border-color css

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

 span { border-color: rgb(191,185,201); }

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