Html Css Color HEX #BBB7BE French Grey

📋 copy color: '#BBB7BE'

red 187 ◦ green 183 ◦ blue 190

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

Shades of French Grey #BBB7BE

Tints of French Grey #BBB7BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 33.39%
G = 32.68%
B = 33.93%

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

#BBB7BE (or 0xBBB7BE) is known color: French Grey. HEX triplet: BB, B7 and BE. RGB value is (187,183,190). Sum of RGB (Red+Green+Blue) = 187+183+190=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7BE is #444841. Grayscale: #B8B8B8. Windows color (decimal): -4474946 or 12498875. OLE color: 12498875.

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

Color convert

RGB 187 183 190 -
CMYK 0.02 0.04 0 0.25
HSL 274.29º 0.05% 0.73% -
HSV(B) 274.29º 0.04% 0.75% -
XYZ 46.72 48.15 55.55 -
YUV 184.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 187 183 190 0.02 0.04 0 0.25 274.29 0.05 0.73
Hex BB B7 BE 2 4 0 19 112 5 49
Octal 273 267 276 2 4 0 31 422 5 111
Binary 10111011 10110111 10111110 10 100 0 11001 100010010 101 1001001

Color Harmonies of #BBB7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7BE

Black with #BBB7BE

Text Example


Text Example

White with #BBB7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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