Html Css Color HEX #BFBBC5 French Grey

📋 copy color: '#BFBBC5'

red 191 ◦ green 187 ◦ blue 197

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

Shades of French Grey #BFBBC5

Tints of French Grey #BFBBC5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.52%

 BLUE value IS 197 (77.34% from 255) = 34.26%

R = 33.22%
G = 32.52%
B = 34.26%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BFBBC5 (or 0xBFBBC5) is known color: French Grey. HEX triplet: BF, BB and C5. RGB value is (191,187,197). Sum of RGB (Red+Green+Blue) = 191+187+197=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 197 - color contains mainly: blue. Hex color #BFBBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC5 is #40443A. Grayscale: #BDBDBD. Windows color (decimal): -4211771 or 12958655. OLE color: 12958655.

HSL color Cylindrical-coordinate representation of color #BFBBC5: hue angle of 264º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBBC5 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 187 197 -
CMYK 0.03 0.05 0 0.23
HSL 264º 0.08% 0.75% -
HSV(B) 264º 0.05% 0.77% -
XYZ 49.33 50.65 60 -
YUV 189.34 132.33 129.19 -
System Red Green Blue C M Y K H S L
Decimal 191 187 197 0.03 0.05 0 0.23 264 0.08 0.75
Hex BF BB C5 3 5 0 17 108 8 4B
Octal 277 273 305 3 5 0 27 410 10 113
Binary 10111111 10111011 11000101 11 101 0 10111 100001000 1000 1001011

Color Harmonies of #BFBBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBC5

Black with #BFBBC5

Text Example


Text Example

White with #BFBBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBC5; }

 p { color: rgb(191,187,197); }

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

background-color css

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

 a { background-color: rgb(191,187,197); }

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

border-color css

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

 span { border-color: rgb(191,187,197); }

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