Shades of Tasman #B9BCB5
Tints of Tasman #B9BCB5
RGB
CMYK
RGB Variations
Color information
#B9BCB5 (or 0xB9BCB5) is known color: Tasman. HEX triplet: B9, BC and B5. RGB value is (185,188,181). Sum of RGB (Red+Green+Blue) = 185+188+181=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCB5 is #46434A. Grayscale: #BABABA. Windows color (decimal): -4604747 or 11910329. OLE color: 11910329.
HSL color Cylindrical-coordinate representation of color #B9BCB5: hue angle of 85.71º degrees, saturation: 0.05, 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 #B9BCB5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 185 | 188 | 181 | - |
CMYK | 0.02 | 0 | 0.04 | 0.26 |
HSL | 85.71º | 0.05% | 0.72% | - |
HSV(B) | 85.71º | 0.04% | 0.74% | - |
XYZ | 46.33 | 49.62 | 50.85 | - |
YUV | 186.31 | 125.01 | 127.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 188 | 181 | 0.02 | 0 | 0.04 | 0.26 | 85.71 | 0.05 | 0.72 |
Hex | B9 | BC | B5 | 2 | 0 | 4 | 1A | 56 | 5 | 48 |
Octal | 271 | 274 | 265 | 2 | 0 | 4 | 32 | 126 | 5 | 110 |
Binary | 10111001 | 10111100 | 10110101 | 10 | 0 | 100 | 11010 | 1010110 | 101 | 1001000 |
Color Harmonies of #B9BCB5
Complementary color
Monochromatic Colors of #B9BCB5
Black with #B9BCB5
Text Example
Text Example
White with #B9BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCB5; }
p { color: rgb(185,188,181); }
H1.HeaderClassName
{
color: #B9BCB5;
}
.AnyTagClassName
{
color: #B9BCB5;
}
</style>
background-color css
<style>
a { background-color: #B9BCB5; }
a { background-color: rgb(185,188,181); }
div.DivClassName
{
background-color: #B9BCB5;
}
.BgClassName
{
background-color: #B9BCB5;
}
</style>
border-color css
<style>
span { border-color: #B9BCB5; }
span { border-color: rgb(185,188,181); }
td.TdClassName
{
border-color: #B9BCB5;
}
.TagClassName
{
border-color: #B9BCB5;
}
</style>