Shades of Tasman #BBBCB9
Tints of Tasman #BBBCB9
RGB
CMYK
RGB Variations
Color information
#BBBCB9 (or 0xBBBCB9) is known color: Tasman. HEX triplet: BB, BC and B9. RGB value is (187,188,185). Sum of RGB (Red+Green+Blue) = 187+188+185=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCB9 is #444346. Grayscale: #BBBBBB. Windows color (decimal): -4473671 or 12172475. OLE color: 12172475.
HSL color Cylindrical-coordinate representation of color #BBBCB9: hue angle of 80º degrees, saturation: 0.02, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBCB9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 187 | 188 | 185 | - |
CMYK | 0.01 | 0 | 0.02 | 0.26 |
HSL | 80º | 0.02% | 0.73% | - |
HSV(B) | 80º | 0.02% | 0.74% | - |
XYZ | 47.23 | 50.03 | 53.07 | - |
YUV | 187.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 188 | 185 | 0.01 | 0 | 0.02 | 0.26 | 80 | 0.02 | 0.73 |
Hex | BB | BC | B9 | 1 | 0 | 2 | 1A | 50 | 2 | 49 |
Octal | 273 | 274 | 271 | 1 | 0 | 2 | 32 | 120 | 2 | 111 |
Binary | 10111011 | 10111100 | 10111001 | 1 | 0 | 10 | 11010 | 1010000 | 10 | 1001001 |
Color Harmonies of #BBBCB9
Complementary color
Monochromatic Colors of #BBBCB9
Black with #BBBCB9
Text Example
Text Example
White with #BBBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBCB9; }
p { color: rgb(187,188,185); }
H1.HeaderClassName
{
color: #BBBCB9;
}
.AnyTagClassName
{
color: #BBBCB9;
}
</style>
background-color css
<style>
a { background-color: #BBBCB9; }
a { background-color: rgb(187,188,185); }
div.DivClassName
{
background-color: #BBBCB9;
}
.BgClassName
{
background-color: #BBBCB9;
}
</style>
border-color css
<style>
span { border-color: #BBBCB9; }
span { border-color: rgb(187,188,185); }
td.TdClassName
{
border-color: #BBBCB9;
}
.TagClassName
{
border-color: #BBBCB9;
}
</style>