Shades of Tasman #BBC1B0
Tints of Tasman #BBC1B0
RGB
CMYK
RGB Variations
Color information
#BBC1B0 (or 0xBBC1B0) is known color: Tasman. HEX triplet: BB, C1 and B0. RGB value is (187,193,176). Sum of RGB (Red+Green+Blue) = 187+193+176=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 176 (69.14% from 255 or 31.65% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1B0 is #443E4F. Grayscale: #BDBDBD. Windows color (decimal): -4472400 or 11583931. OLE color: 11583931.
HSL color Cylindrical-coordinate representation of color #BBC1B0: hue angle of 81.18º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC1B0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 176 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.24 |
| HSL | 81.18º | 0.12% | 0.72% | - |
| HSV(B) | 81.18º | 0.09% | 0.76% | - |
| XYZ | 47.4 | 51.84 | 48.58 | - |
| YUV | 189.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 176 | 0.03 | 0 | 0.09 | 0.24 | 81.18 | 0.12 | 0.72 |
| Hex | BB | C1 | B0 | 3 | 0 | 9 | 18 | 51 | C | 48 |
| Octal | 273 | 301 | 260 | 3 | 0 | 11 | 30 | 121 | 14 | 110 |
| Binary | 10111011 | 11000001 | 10110000 | 11 | 0 | 1001 | 11000 | 1010001 | 1100 | 1001000 |
Color Harmonies of #BBC1B0
Complementary color
Monochromatic Colors of #BBC1B0
Black with #BBC1B0
Text Example
Text Example
White with #BBC1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1B0; }
p { color: rgb(187,193,176); }
H1.HeaderClassName
{
color: #BBC1B0;
}
.AnyTagClassName
{
color: #BBC1B0;
}
</style>
background-color css
<style>
a { background-color: #BBC1B0; }
a { background-color: rgb(187,193,176); }
div.DivClassName
{
background-color: #BBC1B0;
}
.BgClassName
{
background-color: #BBC1B0;
}
</style>
border-color css
<style>
span { border-color: #BBC1B0; }
span { border-color: rgb(187,193,176); }
td.TdClassName
{
border-color: #BBC1B0;
}
.TagClassName
{
border-color: #BBC1B0;
}
</style>