Shades of Tasman #BBC0B2
Tints of Tasman #BBC0B2
RGB
CMYK
RGB Variations
Color information
#BBC0B2 (or 0xBBC0B2) is known color: Tasman. HEX triplet: BB, C0 and B2. RGB value is (187,192,178). Sum of RGB (Red+Green+Blue) = 187+192+178=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC0B2 is #443F4D. Grayscale: #BCBCBC. Windows color (decimal): -4472654 or 11714747. OLE color: 11714747.
HSL color Cylindrical-coordinate representation of color #BBC0B2: hue angle of 81.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC0B2 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 178 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.25 |
| HSL | 81.43º | 0.1% | 0.73% | - |
| HSV(B) | 81.43º | 0.07% | 0.75% | - |
| XYZ | 47.38 | 51.48 | 49.56 | - |
| YUV | 188.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 178 | 0.03 | 0 | 0.07 | 0.25 | 81.43 | 0.1 | 0.73 |
| Hex | BB | C0 | B2 | 3 | 0 | 7 | 19 | 51 | A | 49 |
| Octal | 273 | 300 | 262 | 3 | 0 | 7 | 31 | 121 | 12 | 111 |
| Binary | 10111011 | 11000000 | 10110010 | 11 | 0 | 111 | 11001 | 1010001 | 1010 | 1001001 |
Color Harmonies of #BBC0B2
Complementary color
Monochromatic Colors of #BBC0B2
Black with #BBC0B2
Text Example
Text Example
White with #BBC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC0B2; }
p { color: rgb(187,192,178); }
H1.HeaderClassName
{
color: #BBC0B2;
}
.AnyTagClassName
{
color: #BBC0B2;
}
</style>
background-color css
<style>
a { background-color: #BBC0B2; }
a { background-color: rgb(187,192,178); }
div.DivClassName
{
background-color: #BBC0B2;
}
.BgClassName
{
background-color: #BBC0B2;
}
</style>
border-color css
<style>
span { border-color: #BBC0B2; }
span { border-color: rgb(187,192,178); }
td.TdClassName
{
border-color: #BBC0B2;
}
.TagClassName
{
border-color: #BBC0B2;
}
</style>