Html Css Color HEX #BBBAAB Mist Grey

📋 copy color: '#BBBAAB'

red 187 ◦ green 186 ◦ blue 171

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

Shades of Mist Grey #BBBAAB

Tints of Mist Grey #BBBAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.19%

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

R = 34.38%
G = 34.19%
B = 31.43%

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

#BBBAAB (or 0xBBBAAB) is known color: Mist Grey. HEX triplet: BB, BA and AB. RGB value is (187,186,171). Sum of RGB (Red+Green+Blue) = 187+186+171=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBAAB is #444554. Grayscale: #B8B8B8. Windows color (decimal): -4474197 or 11254459. OLE color: 11254459.

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

Color convert

RGB 187 186 171 -
CMYK 0 0.01 0.09 0.27
HSL 56.25º 0.11% 0.7% -
HSV(B) 56.25º 0.09% 0.73% -
XYZ 45.4 48.62 45.52 -
YUV 184.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 187 186 171 0 0.01 0.09 0.27 56.25 0.11 0.7
Hex BB BA AB 0 1 9 1B 38 B 46
Octal 273 272 253 0 1 11 33 70 13 106
Binary 10111011 10111010 10101011 0 1 1001 11011 111000 1011 1000110

Color Harmonies of #BBBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBAAB

Black with #BBBAAB

Text Example


Text Example

White with #BBBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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