Html Css Color HEX #BFBCC1 French Grey

📋 copy color: '#BFBCC1'

red 191 ◦ green 188 ◦ blue 193

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

Shades of French Grey #BFBCC1

Tints of French Grey #BFBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

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

R = 33.39%
G = 32.87%
B = 33.74%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BFBCC1 (or 0xBFBCC1) is known color: French Grey. HEX triplet: BF, BC and C1. RGB value is (191,188,193). Sum of RGB (Red+Green+Blue) = 191+188+193=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BFBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC1 is #40433E. Grayscale: #BDBDBD. Windows color (decimal): -4211519 or 12696767. OLE color: 12696767.

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

Color convert

RGB 191 188 193 -
CMYK 0.01 0.03 0 0.24
HSL 276º 0.04% 0.75% -
HSV(B) 276º 0.03% 0.76% -
XYZ 49.09 50.89 57.69 -
YUV 189.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 191 188 193 0.01 0.03 0 0.24 276 0.04 0.75
Hex BF BC C1 1 3 0 18 114 4 4B
Octal 277 274 301 1 3 0 30 424 4 113
Binary 10111111 10111100 11000001 1 11 0 11000 100010100 100 1001011

Color Harmonies of #BFBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCC1

Black with #BFBCC1

Text Example


Text Example

White with #BFBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCC1; }

 p { color: rgb(191,188,193); }

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

background-color css

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

 a { background-color: rgb(191,188,193); }

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

border-color css

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

 span { border-color: rgb(191,188,193); }

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