Html Css Color HEX #BFBBC6 French Grey

📋 copy color: '#BFBBC6'

red 191 ◦ green 187 ◦ blue 198

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

Shades of French Grey #BFBBC6

Tints of French Grey #BFBBC6

RGB

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

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

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

R = 33.16%
G = 32.47%
B = 34.38%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BFBBC6 (or 0xBFBBC6) is known color: French Grey. HEX triplet: BF, BB and C6. RGB value is (191,187,198). Sum of RGB (Red+Green+Blue) = 191+187+198=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 198 - color contains mainly: blue. Hex color #BFBBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBC6 is #404439. Grayscale: #BDBDBD. Windows color (decimal): -4211770 or 13024191. OLE color: 13024191.

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

Color convert

RGB 191 187 198 -
CMYK 0.04 0.06 0 0.22
HSL 261.82º 0.09% 0.75% -
HSV(B) 261.82º 0.06% 0.78% -
XYZ 49.45 50.69 60.6 -
YUV 189.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 191 187 198 0.04 0.06 0 0.22 261.82 0.09 0.75
Hex BF BB C6 4 6 0 16 106 9 4B
Octal 277 273 306 4 6 0 26 406 11 113
Binary 10111111 10111011 11000110 100 110 0 10110 100000110 1001 1001011

Color Harmonies of #BFBBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBC6

Black with #BFBBC6

Text Example


Text Example

White with #BFBBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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