Html Css Color HEX #BBB7BF French Grey

📋 copy color: '#BBB7BF'

red 187 ◦ green 183 ◦ blue 191

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

Shades of French Grey #BBB7BF

Tints of French Grey #BBB7BF

RGB

 RED value IS 187 (73.44% from 255) = 33.33%

 GREEN value IS 183 (71.88% from 255) = 32.62%

 BLUE value IS 191 (75% from 255) = 34.05%

R = 33.33%
G = 32.62%
B = 34.05%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBB7BF (or 0xBBB7BF) is known color: French Grey. HEX triplet: BB, B7 and BF. RGB value is (187,183,191). Sum of RGB (Red+Green+Blue) = 187+183+191=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7BF is #444840. Grayscale: #B9B9B9. Windows color (decimal): -4474945 or 12564411. OLE color: 12564411.

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

Color convert

RGB 187 183 191 -
CMYK 0.02 0.04 0 0.25
HSL 270º 0.06% 0.73% -
HSV(B) 270º 0.04% 0.75% -
XYZ 46.83 48.19 56.12 -
YUV 185.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 187 183 191 0.02 0.04 0 0.25 270 0.06 0.73
Hex BB B7 BF 2 4 0 19 10E 6 49
Octal 273 267 277 2 4 0 31 416 6 111
Binary 10111011 10110111 10111111 10 100 0 11001 100001110 110 1001001

Color Harmonies of #BBB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7BF

Black with #BBB7BF

Text Example


Text Example

White with #BBB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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