Html Css Color HEX #BBB6BE French Grey

📋 copy color: '#BBB6BE'

red 187 ◦ green 182 ◦ blue 190

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

Shades of French Grey #BBB6BE

Tints of French Grey #BBB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.56%

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

R = 33.45%
G = 32.56%
B = 33.99%

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

#BBB6BE (or 0xBBB6BE) is known color: French Grey. HEX triplet: BB, B6 and BE. RGB value is (187,182,190). Sum of RGB (Red+Green+Blue) = 187+182+190=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BE is #444941. Grayscale: #B8B8B8. Windows color (decimal): -4475202 or 12498619. OLE color: 12498619.

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

Color convert

RGB 187 182 190 -
CMYK 0.02 0.04 0 0.25
HSL 277.5º 0.06% 0.73% -
HSV(B) 277.5º 0.04% 0.75% -
XYZ 46.52 47.74 55.48 -
YUV 184.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 187 182 190 0.02 0.04 0 0.25 277.5 0.06 0.73
Hex BB B6 BE 2 4 0 19 116 6 49
Octal 273 266 276 2 4 0 31 426 6 111
Binary 10111011 10110110 10111110 10 100 0 11001 100010110 110 1001001

Color Harmonies of #BBB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6BE

Black with #BBB6BE

Text Example


Text Example

White with #BBB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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