Shades of Tasman #BBC4B0
Tints of Tasman #BBC4B0
RGB
CMYK
RGB Variations
Color information
#BBC4B0 (or 0xBBC4B0) is known color: Tasman. HEX triplet: BB, C4 and B0. RGB value is (187,196,176). Sum of RGB (Red+Green+Blue) = 187+196+176=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC4B0 is #443B4F. Grayscale: #BFBFBF. Windows color (decimal): -4471632 or 11584699. OLE color: 11584699.
HSL color Cylindrical-coordinate representation of color #BBC4B0: hue angle of 87º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC4B0 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 196 | 176 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.23 |
| HSL | 87º | 0.14% | 0.73% | - |
| HSV(B) | 87º | 0.1% | 0.77% | - |
| XYZ | 48.07 | 53.18 | 48.81 | - |
| YUV | 191.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 176 | 0.05 | 0 | 0.10 | 0.23 | 87 | 0.14 | 0.73 |
| Hex | BB | C4 | B0 | 5 | 0 | A | 17 | 57 | E | 49 |
| Octal | 273 | 304 | 260 | 5 | 0 | 12 | 27 | 127 | 16 | 111 |
| Binary | 10111011 | 11000100 | 10110000 | 101 | 0 | 1010 | 10111 | 1010111 | 1110 | 1001001 |
Color Harmonies of #BBC4B0
Complementary color
Monochromatic Colors of #BBC4B0
Black with #BBC4B0
Text Example
Text Example
White with #BBC4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4B0; }
p { color: rgb(187,196,176); }
H1.HeaderClassName
{
color: #BBC4B0;
}
.AnyTagClassName
{
color: #BBC4B0;
}
</style>
background-color css
<style>
a { background-color: #BBC4B0; }
a { background-color: rgb(187,196,176); }
div.DivClassName
{
background-color: #BBC4B0;
}
.BgClassName
{
background-color: #BBC4B0;
}
</style>
border-color css
<style>
span { border-color: #BBC4B0; }
span { border-color: rgb(187,196,176); }
td.TdClassName
{
border-color: #BBC4B0;
}
.TagClassName
{
border-color: #BBC4B0;
}
</style>