Html Css Color HEX #BBBBAA Mist Grey

📋 copy color: '#BBBBAA'

red 187 ◦ green 187 ◦ blue 170

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

Shades of Mist Grey #BBBBAA

Tints of Mist Grey #BBBBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.38%

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

R = 34.38%
G = 34.38%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBBBAA (or 0xBBBBAA) is known color: Mist Grey. HEX triplet: BB, BB and AA. RGB value is (187,187,170). Sum of RGB (Red+Green+Blue) = 187+187+170=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBBAA is #444455. Grayscale: #B9B9B9. Windows color (decimal): -4473942 or 11189179. OLE color: 11189179.

HSL color Cylindrical-coordinate representation of color #BBBBAA: hue angle of 60º 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 #BBBBAA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 170 -
CMYK 0 0 0.09 0.27
HSL 60º 0.11% 0.7% -
HSV(B) 60º 0.09% 0.73% -
XYZ 45.52 49.01 45.09 -
YUV 185.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 187 187 170 0 0 0.09 0.27 60 0.11 0.7
Hex BB BB AA 0 0 9 1B 3C B 46
Octal 273 273 252 0 0 11 33 74 13 106
Binary 10111011 10111011 10101010 0 0 1001 11011 111100 1011 1000110

Color Harmonies of #BBBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBAA

Black with #BBBBAA

Text Example


Text Example

White with #BBBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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