Html Css Color HEX #BBB9AB Mist Grey

📋 copy color: '#BBB9AB'

red 187 ◦ green 185 ◦ blue 171

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

Shades of Mist Grey #BBB9AB

Tints of Mist Grey #BBB9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.49%

R = 34.44%
G = 34.07%
B = 31.49%

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

#BBB9AB (or 0xBBB9AB) is known color: Mist Grey. HEX triplet: BB, B9 and AB. RGB value is (187,185,171). Sum of RGB (Red+Green+Blue) = 187+185+171=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB9AB is #444654. Grayscale: #B8B8B8. Windows color (decimal): -4474453 or 11254203. OLE color: 11254203.

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

Color convert

RGB 187 185 171 -
CMYK 0 0.01 0.09 0.27
HSL 52.5º 0.11% 0.7% -
HSV(B) 52.5º 0.09% 0.73% -
XYZ 45.19 48.2 45.45 -
YUV 184 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 187 185 171 0 0.01 0.09 0.27 52.5 0.11 0.7
Hex BB B9 AB 0 1 9 1B 34 B 46
Octal 273 271 253 0 1 11 33 64 13 106
Binary 10111011 10111001 10101011 0 1 1001 11011 110100 1011 1000110

Color Harmonies of #BBB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB9AB

Black with #BBB9AB

Text Example


Text Example

White with #BBB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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