Html Css Color HEX #BBB9AA Mist Grey

📋 copy color: '#BBB9AA'

red 187 ◦ green 185 ◦ blue 170

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

Shades of Mist Grey #BBB9AA

Tints of Mist Grey #BBB9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 34.5%
G = 34.13%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBB9AA (or 0xBBB9AA) is known color: Mist Grey. HEX triplet: BB, B9 and AA. RGB value is (187,185,170). Sum of RGB (Red+Green+Blue) = 187+185+170=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AA is #444655. Grayscale: #B7B7B7. Windows color (decimal): -4474454 or 11188667. OLE color: 11188667.

HSL color Cylindrical-coordinate representation of color #BBB9AA: hue angle of 52.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBB9AA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 185 170 -
CMYK 0 0.01 0.09 0.27
HSL 52.94º 0.11% 0.7% -
HSV(B) 52.94º 0.09% 0.73% -
XYZ 45.1 48.17 44.95 -
YUV 183.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 187 185 170 0 0.01 0.09 0.27 52.94 0.11 0.7
Hex BB B9 AA 0 1 9 1B 35 B 46
Octal 273 271 252 0 1 11 33 65 13 106
Binary 10111011 10111001 10101010 0 1 1001 11011 110101 1011 1000110

Color Harmonies of #BBB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9AA

Black with #BBB9AA

Text Example


Text Example

White with #BBB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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