Shades of Tasman #BBC5AF
Tints of Tasman #BBC5AF
RGB
CMYK
RGB Variations
Color information
#BBC5AF (or 0xBBC5AF) is known color: Tasman. HEX triplet: BB, C5 and AF. RGB value is (187,197,175). Sum of RGB (Red+Green+Blue) = 187+197+175=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC5AF is #443A50. Grayscale: #BFBFBF. Windows color (decimal): -4471377 or 11519419. OLE color: 11519419.
HSL color Cylindrical-coordinate representation of color #BBC5AF: hue angle of 87.27º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBC5AF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 175 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.23 |
| HSL | 87.27º | 0.16% | 0.73% | - |
| HSV(B) | 87.27º | 0.11% | 0.77% | - |
| XYZ | 48.2 | 53.59 | 48.36 | - |
| YUV | 191.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 175 | 0.05 | 0 | 0.11 | 0.23 | 87.27 | 0.16 | 0.73 |
| Hex | BB | C5 | AF | 5 | 0 | B | 17 | 57 | 10 | 49 |
| Octal | 273 | 305 | 257 | 5 | 0 | 13 | 27 | 127 | 20 | 111 |
| Binary | 10111011 | 11000101 | 10101111 | 101 | 0 | 1011 | 10111 | 1010111 | 10000 | 1001001 |
Color Harmonies of #BBC5AF
Complementary color
Monochromatic Colors of #BBC5AF
Black with #BBC5AF
Text Example
Text Example
White with #BBC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5AF; }
p { color: rgb(187,197,175); }
H1.HeaderClassName
{
color: #BBC5AF;
}
.AnyTagClassName
{
color: #BBC5AF;
}
</style>
background-color css
<style>
a { background-color: #BBC5AF; }
a { background-color: rgb(187,197,175); }
div.DivClassName
{
background-color: #BBC5AF;
}
.BgClassName
{
background-color: #BBC5AF;
}
</style>
border-color css
<style>
span { border-color: #BBC5AF; }
span { border-color: rgb(187,197,175); }
td.TdClassName
{
border-color: #BBC5AF;
}
.TagClassName
{
border-color: #BBC5AF;
}
</style>