Html Css Color HEX #BFBDC3 French Grey

📋 copy color: '#BFBDC3'

red 191 ◦ green 189 ◦ blue 195

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

Shades of French Grey #BFBDC3

Tints of French Grey #BFBDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 195 (76.56% from 255) = 33.91%

R = 33.22%
G = 32.87%
B = 33.91%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BFBDC3 (or 0xBFBDC3) is known color: French Grey. HEX triplet: BF, BD and C3. RGB value is (191,189,195). Sum of RGB (Red+Green+Blue) = 191+189+195=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDC3 is #40423C. Grayscale: #BEBEBE. Windows color (decimal): -4211261 or 12828095. OLE color: 12828095.

HSL color Cylindrical-coordinate representation of color #BFBDC3: hue angle of 260º degrees, saturation: 0.05, 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 #BFBDC3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 189 195 -
CMYK 0.02 0.03 0 0.24
HSL 260º 0.05% 0.75% -
HSV(B) 260º 0.03% 0.76% -
XYZ 49.53 51.41 58.94 -
YUV 190.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 191 189 195 0.02 0.03 0 0.24 260 0.05 0.75
Hex BF BD C3 2 3 0 18 104 5 4B
Octal 277 275 303 2 3 0 30 404 5 113
Binary 10111111 10111101 11000011 10 11 0 11000 100000100 101 1001011

Color Harmonies of #BFBDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDC3

Black with #BFBDC3

Text Example


Text Example

White with #BFBDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDC3; }

 p { color: rgb(191,189,195); }

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

background-color css

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

 a { background-color: rgb(191,189,195); }

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

border-color css

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

 span { border-color: rgb(191,189,195); }

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