Html Css Color HEX #BFB6C6 French Grey

📋 copy color: '#BFB6C6'

red 191 ◦ green 182 ◦ blue 198

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

Shades of French Grey #BFB6C6

Tints of French Grey #BFB6C6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.87%

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

R = 33.45%
G = 31.87%
B = 34.68%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFB6C6 (or 0xBFB6C6) is known color: French Grey. HEX triplet: BF, B6 and C6. RGB value is (191,182,198). Sum of RGB (Red+Green+Blue) = 191+182+198=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFB6C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6C6 is #404939. Grayscale: #BABABA. Windows color (decimal): -4213050 or 13022911. OLE color: 13022911.

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

Color convert

RGB 191 182 198 -
CMYK 0.04 0.08 0 0.22
HSL 273.75º 0.12% 0.75% -
HSV(B) 273.75º 0.08% 0.78% -
XYZ 48.41 48.61 60.26 -
YUV 186.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 191 182 198 0.04 0.08 0 0.22 273.75 0.12 0.75
Hex BF B6 C6 4 8 0 16 112 C 4B
Octal 277 266 306 4 10 0 26 422 14 113
Binary 10111111 10110110 11000110 100 1000 0 10110 100010010 1100 1001011

Color Harmonies of #BFB6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB6C6

Black with #BFB6C6

Text Example


Text Example

White with #BFB6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB6C6; }

 p { color: rgb(191,182,198); }

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

background-color css

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

 a { background-color: rgb(191,182,198); }

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

border-color css

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

 span { border-color: rgb(191,182,198); }

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