Shades of Tea #BBB1A3
Tints of Tea #BBB1A3
RGB
CMYK
RGB Variations
Color information
#BBB1A3 (or 0xBBB1A3) is known color: Tea. HEX triplet: BB, B1 and A3. RGB value is (187,177,163). Sum of RGB (Red+Green+Blue) = 187+177+163=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB1A3 is #444E5C. Grayscale: #B2B2B2. Windows color (decimal): -4476509 or 10727867. OLE color: 10727867.
HSL color Cylindrical-coordinate representation of color #BBB1A3: hue angle of 35º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB1A3 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 163 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.27 |
| HSL | 35º | 0.15% | 0.69% | - |
| HSV(B) | 35º | 0.13% | 0.73% | - |
| XYZ | 42.83 | 44.65 | 41.01 | - |
| YUV | 178.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 163 | 0 | 0.05 | 0.13 | 0.27 | 35 | 0.15 | 0.69 |
| Hex | BB | B1 | A3 | 0 | 5 | D | 1B | 23 | F | 45 |
| Octal | 273 | 261 | 243 | 0 | 5 | 15 | 33 | 43 | 17 | 105 |
| Binary | 10111011 | 10110001 | 10100011 | 0 | 101 | 1101 | 11011 | 100011 | 1111 | 1000101 |
Color Harmonies of #BBB1A3
Complementary color
Monochromatic Colors of #BBB1A3
Black with #BBB1A3
Text Example
Text Example
White with #BBB1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1A3; }
p { color: rgb(187,177,163); }
H1.HeaderClassName
{
color: #BBB1A3;
}
.AnyTagClassName
{
color: #BBB1A3;
}
</style>
background-color css
<style>
a { background-color: #BBB1A3; }
a { background-color: rgb(187,177,163); }
div.DivClassName
{
background-color: #BBB1A3;
}
.BgClassName
{
background-color: #BBB1A3;
}
</style>
border-color css
<style>
span { border-color: #BBB1A3; }
span { border-color: rgb(187,177,163); }
td.TdClassName
{
border-color: #BBB1A3;
}
.TagClassName
{
border-color: #BBB1A3;
}
</style>