Html Css Color HEX #BFBBC3 French Grey

📋 copy color: '#BFBBC3'

red 191 ◦ green 187 ◦ blue 195

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

Shades of French Grey #BFBBC3

Tints of French Grey #BFBBC3

RGB

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

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

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

R = 33.33%
G = 32.64%
B = 34.03%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BFBBC3 (or 0xBFBBC3) is known color: French Grey. HEX triplet: BF, BB and C3. RGB value is (191,187,195). Sum of RGB (Red+Green+Blue) = 191+187+195=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC3 is #40443C. Grayscale: #BDBDBD. Windows color (decimal): -4211773 or 12827583. OLE color: 12827583.

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

Color convert

RGB 191 187 195 -
CMYK 0.02 0.04 0 0.24
HSL 270º 0.06% 0.75% -
HSV(B) 270º 0.04% 0.76% -
XYZ 49.11 50.56 58.8 -
YUV 189.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 191 187 195 0.02 0.04 0 0.24 270 0.06 0.75
Hex BF BB C3 2 4 0 18 10E 6 4B
Octal 277 273 303 2 4 0 30 416 6 113
Binary 10111111 10111011 11000011 10 100 0 11000 100001110 110 1001011

Color Harmonies of #BFBBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBC3

Black with #BFBBC3

Text Example


Text Example

White with #BFBBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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