Html Css Color HEX #BFB5C7 French Grey

📋 copy color: '#BFB5C7'

red 191 ◦ green 181 ◦ blue 199

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

Shades of French Grey #BFB5C7

Tints of French Grey #BFB5C7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.7%

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 33.45%
G = 31.7%
B = 34.85%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFB5C7 (or 0xBFB5C7) is known color: French Grey. HEX triplet: BF, B5 and C7. RGB value is (191,181,199). Sum of RGB (Red+Green+Blue) = 191+181+199=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5C7 is #404A38. Grayscale: #B9B9B9. Windows color (decimal): -4213305 or 13088191. OLE color: 13088191.

HSL color Cylindrical-coordinate representation of color #BFB5C7: hue angle of 273.33º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB5C7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 181 199 -
CMYK 0.04 0.09 0 0.22
HSL 273.33º 0.14% 0.75% -
HSV(B) 273.33º 0.09% 0.78% -
XYZ 48.32 48.25 60.8 -
YUV 186.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 191 181 199 0.04 0.09 0 0.22 273.33 0.14 0.75
Hex BF B5 C7 4 9 0 16 111 E 4B
Octal 277 265 307 4 11 0 26 421 16 113
Binary 10111111 10110101 11000111 100 1001 0 10110 100010001 1110 1001011

Color Harmonies of #BFB5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB5C7

Black with #BFB5C7

Text Example


Text Example

White with #BFB5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB5C7; }

 p { color: rgb(191,181,199); }

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

background-color css

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

 a { background-color: rgb(191,181,199); }

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

border-color css

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

 span { border-color: rgb(191,181,199); }

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