Shades of Tasman #BBC0B0
Tints of Tasman #BBC0B0
RGB
CMYK
RGB Variations
Color information
#BBC0B0 (or 0xBBC0B0) is known color: Tasman. HEX triplet: BB, C0 and B0. RGB value is (187,192,176). Sum of RGB (Red+Green+Blue) = 187+192+176=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0B0 is #443F4F. Grayscale: #BCBCBC. Windows color (decimal): -4472656 or 11583675. OLE color: 11583675.
HSL color Cylindrical-coordinate representation of color #BBC0B0: hue angle of 78.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC0B0 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 176 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.25 |
| HSL | 78.75º | 0.11% | 0.72% | - |
| HSV(B) | 78.75º | 0.08% | 0.75% | - |
| XYZ | 47.18 | 51.4 | 48.51 | - |
| YUV | 188.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 176 | 0.03 | 0 | 0.08 | 0.25 | 78.75 | 0.11 | 0.72 |
| Hex | BB | C0 | B0 | 3 | 0 | 8 | 19 | 4F | B | 48 |
| Octal | 273 | 300 | 260 | 3 | 0 | 10 | 31 | 117 | 13 | 110 |
| Binary | 10111011 | 11000000 | 10110000 | 11 | 0 | 1000 | 11001 | 1001111 | 1011 | 1001000 |
Color Harmonies of #BBC0B0
Complementary color
Monochromatic Colors of #BBC0B0
Black with #BBC0B0
Text Example
Text Example
White with #BBC0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0B0; }
p { color: rgb(187,192,176); }
H1.HeaderClassName
{
color: #BBC0B0;
}
.AnyTagClassName
{
color: #BBC0B0;
}
</style>
background-color css
<style>
a { background-color: #BBC0B0; }
a { background-color: rgb(187,192,176); }
div.DivClassName
{
background-color: #BBC0B0;
}
.BgClassName
{
background-color: #BBC0B0;
}
</style>
border-color css
<style>
span { border-color: #BBC0B0; }
span { border-color: rgb(187,192,176); }
td.TdClassName
{
border-color: #BBC0B0;
}
.TagClassName
{
border-color: #BBC0B0;
}
</style>