Shades of Tasman #BBC3B1
Tints of Tasman #BBC3B1
RGB
CMYK
RGB Variations
Color information
#BBC3B1 (or 0xBBC3B1) is known color: Tasman. HEX triplet: BB, C3 and B1. RGB value is (187,195,177). Sum of RGB (Red+Green+Blue) = 187+195+177=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3B1 is #443C4E. Grayscale: #BEBEBE. Windows color (decimal): -4471887 or 11649979. OLE color: 11649979.
HSL color Cylindrical-coordinate representation of color #BBC3B1: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC3B1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 195 | 177 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.24 |
| HSL | 86.67º | 0.13% | 0.73% | - |
| HSV(B) | 86.67º | 0.09% | 0.76% | - |
| XYZ | 47.94 | 52.77 | 49.25 | - |
| YUV | 190.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 177 | 0.04 | 0 | 0.09 | 0.24 | 86.67 | 0.13 | 0.73 |
| Hex | BB | C3 | B1 | 4 | 0 | 9 | 18 | 57 | D | 49 |
| Octal | 273 | 303 | 261 | 4 | 0 | 11 | 30 | 127 | 15 | 111 |
| Binary | 10111011 | 11000011 | 10110001 | 100 | 0 | 1001 | 11000 | 1010111 | 1101 | 1001001 |
Color Harmonies of #BBC3B1
Complementary color
Monochromatic Colors of #BBC3B1
Black with #BBC3B1
Text Example
Text Example
White with #BBC3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3B1; }
p { color: rgb(187,195,177); }
H1.HeaderClassName
{
color: #BBC3B1;
}
.AnyTagClassName
{
color: #BBC3B1;
}
</style>
background-color css
<style>
a { background-color: #BBC3B1; }
a { background-color: rgb(187,195,177); }
div.DivClassName
{
background-color: #BBC3B1;
}
.BgClassName
{
background-color: #BBC3B1;
}
</style>
border-color css
<style>
span { border-color: #BBC3B1; }
span { border-color: rgb(187,195,177); }
td.TdClassName
{
border-color: #BBC3B1;
}
.TagClassName
{
border-color: #BBC3B1;
}
</style>