Shades of Tasman #BBC0B4
Tints of Tasman #BBC0B4
RGB
CMYK
RGB Variations
Color information
#BBC0B4 (or 0xBBC0B4) is known color: Tasman. HEX triplet: BB, C0 and B4. RGB value is (187,192,180). Sum of RGB (Red+Green+Blue) = 187+192+180=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0B4 is #443F4B. Grayscale: #BDBDBD. Windows color (decimal): -4472652 or 11845819. OLE color: 11845819.
HSL color Cylindrical-coordinate representation of color #BBC0B4: hue angle of 85º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC0B4 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 180 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.25 |
| HSL | 85º | 0.09% | 0.73% | - |
| HSV(B) | 85º | 0.06% | 0.75% | - |
| XYZ | 47.58 | 51.56 | 50.62 | - |
| YUV | 189.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 180 | 0.03 | 0 | 0.06 | 0.25 | 85 | 0.09 | 0.73 |
| Hex | BB | C0 | B4 | 3 | 0 | 6 | 19 | 55 | 9 | 49 |
| Octal | 273 | 300 | 264 | 3 | 0 | 6 | 31 | 125 | 11 | 111 |
| Binary | 10111011 | 11000000 | 10110100 | 11 | 0 | 110 | 11001 | 1010101 | 1001 | 1001001 |
Color Harmonies of #BBC0B4
Complementary color
Monochromatic Colors of #BBC0B4
Black with #BBC0B4
Text Example
Text Example
White with #BBC0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0B4; }
p { color: rgb(187,192,180); }
H1.HeaderClassName
{
color: #BBC0B4;
}
.AnyTagClassName
{
color: #BBC0B4;
}
</style>
background-color css
<style>
a { background-color: #BBC0B4; }
a { background-color: rgb(187,192,180); }
div.DivClassName
{
background-color: #BBC0B4;
}
.BgClassName
{
background-color: #BBC0B4;
}
</style>
border-color css
<style>
span { border-color: #BBC0B4; }
span { border-color: rgb(187,192,180); }
td.TdClassName
{
border-color: #BBC0B4;
}
.TagClassName
{
border-color: #BBC0B4;
}
</style>