Shades of Tasman #B9BCB4
Tints of Tasman #B9BCB4
RGB
CMYK
RGB Variations
Color information
#B9BCB4 (or 0xB9BCB4) is known color: Tasman. HEX triplet: B9, BC and B4. RGB value is (185,188,180). Sum of RGB (Red+Green+Blue) = 185+188+180=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCB4 is #46434B. Grayscale: #BABABA. Windows color (decimal): -4604748 or 11844793. OLE color: 11844793.
HSL color Cylindrical-coordinate representation of color #B9BCB4: hue angle of 82.5º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B9BCB4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 180 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.26 |
| HSL | 82.5º | 0.06% | 0.72% | - |
| HSV(B) | 82.5º | 0.04% | 0.74% | - |
| XYZ | 46.23 | 49.58 | 50.31 | - |
| YUV | 186.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 180 | 0.02 | 0 | 0.04 | 0.26 | 82.5 | 0.06 | 0.72 |
| Hex | B9 | BC | B4 | 2 | 0 | 4 | 1A | 52 | 6 | 48 |
| Octal | 271 | 274 | 264 | 2 | 0 | 4 | 32 | 122 | 6 | 110 |
| Binary | 10111001 | 10111100 | 10110100 | 10 | 0 | 100 | 11010 | 1010010 | 110 | 1001000 |
Color Harmonies of #B9BCB4
Complementary color
Monochromatic Colors of #B9BCB4
Black with #B9BCB4
Text Example
Text Example
White with #B9BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCB4; }
p { color: rgb(185,188,180); }
H1.HeaderClassName
{
color: #B9BCB4;
}
.AnyTagClassName
{
color: #B9BCB4;
}
</style>
background-color css
<style>
a { background-color: #B9BCB4; }
a { background-color: rgb(185,188,180); }
div.DivClassName
{
background-color: #B9BCB4;
}
.BgClassName
{
background-color: #B9BCB4;
}
</style>
border-color css
<style>
span { border-color: #B9BCB4; }
span { border-color: rgb(185,188,180); }
td.TdClassName
{
border-color: #B9BCB4;
}
.TagClassName
{
border-color: #B9BCB4;
}
</style>