Shades of Tasman #B5BCA8
Tints of Tasman #B5BCA8
RGB
CMYK
RGB Variations
Color information
#B5BCA8 (or 0xB5BCA8) is known color: Tasman. HEX triplet: B5, BC and A8. RGB value is (181,188,168). Sum of RGB (Red+Green+Blue) = 181+188+168=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BCA8 is #4A4357. Grayscale: #B7B7B7. Windows color (decimal): -4866904 or 11058357. OLE color: 11058357.
HSL color Cylindrical-coordinate representation of color #B5BCA8: hue angle of 81º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5BCA8 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 188 | 168 | - |
CMYK | 0.04 | 0 | 0.11 | 0.26 |
HSL | 81º | 0.13% | 0.7% | - |
HSV(B) | 81º | 0.11% | 0.74% | - |
XYZ | 44.11 | 48.62 | 44.11 | - |
YUV | 183.63 | 119.18 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 188 | 168 | 0.04 | 0 | 0.11 | 0.26 | 81 | 0.13 | 0.7 |
Hex | B5 | BC | A8 | 4 | 0 | B | 1A | 51 | D | 46 |
Octal | 265 | 274 | 250 | 4 | 0 | 13 | 32 | 121 | 15 | 106 |
Binary | 10110101 | 10111100 | 10101000 | 100 | 0 | 1011 | 11010 | 1010001 | 1101 | 1000110 |
Color Harmonies of #B5BCA8
Complementary color
Monochromatic Colors of #B5BCA8
Black with #B5BCA8
Text Example
Text Example
White with #B5BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BCA8; }
p { color: rgb(181,188,168); }
H1.HeaderClassName
{
color: #B5BCA8;
}
.AnyTagClassName
{
color: #B5BCA8;
}
</style>
background-color css
<style>
a { background-color: #B5BCA8; }
a { background-color: rgb(181,188,168); }
div.DivClassName
{
background-color: #B5BCA8;
}
.BgClassName
{
background-color: #B5BCA8;
}
</style>
border-color css
<style>
span { border-color: #B5BCA8; }
span { border-color: rgb(181,188,168); }
td.TdClassName
{
border-color: #B5BCA8;
}
.TagClassName
{
border-color: #B5BCA8;
}
</style>