Html Css Color HEX #BBB9BE French Grey

📋 copy color: '#BBB9BE'

red 187 ◦ green 185 ◦ blue 190

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

Shades of French Grey #BBB9BE

Tints of French Grey #BBB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.92%

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

R = 33.27%
G = 32.92%
B = 33.81%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BBB9BE (or 0xBBB9BE) is known color: French Grey. HEX triplet: BB, B9 and BE. RGB value is (187,185,190). Sum of RGB (Red+Green+Blue) = 187+185+190=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB9BE is #444641. Grayscale: #BABABA. Windows color (decimal): -4474434 or 12499387. OLE color: 12499387.

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

Color convert

RGB 187 185 190 -
CMYK 0.02 0.03 0 0.25
HSL 264º 0.04% 0.74% -
HSV(B) 264º 0.03% 0.75% -
XYZ 47.14 48.98 55.69 -
YUV 186.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 187 185 190 0.02 0.03 0 0.25 264 0.04 0.74
Hex BB B9 BE 2 3 0 19 108 4 4A
Octal 273 271 276 2 3 0 31 410 4 112
Binary 10111011 10111001 10111110 10 11 0 11001 100001000 100 1001010

Color Harmonies of #BBB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9BE

Black with #BBB9BE

Text Example


Text Example

White with #BBB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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