Shades of Tasman #B5BFA8
Tints of Tasman #B5BFA8
RGB
CMYK
RGB Variations
Color information
#B5BFA8 (or 0xB5BFA8) is known color: Tasman. HEX triplet: B5, BF and A8. RGB value is (181,191,168). Sum of RGB (Red+Green+Blue) = 181+191+168=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFA8 is #4A4057. Grayscale: #B9B9B9. Windows color (decimal): -4866136 or 11059125. OLE color: 11059125.
HSL color Cylindrical-coordinate representation of color #B5BFA8: hue angle of 86.09º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BFA8 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 168 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.25 |
| HSL | 86.09º | 0.15% | 0.7% | - |
| HSV(B) | 86.09º | 0.12% | 0.75% | - |
| XYZ | 44.75 | 49.91 | 44.32 | - |
| YUV | 185.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 168 | 0.05 | 0 | 0.12 | 0.25 | 86.09 | 0.15 | 0.7 |
| Hex | B5 | BF | A8 | 5 | 0 | C | 19 | 56 | F | 46 |
| Octal | 265 | 277 | 250 | 5 | 0 | 14 | 31 | 126 | 17 | 106 |
| Binary | 10110101 | 10111111 | 10101000 | 101 | 0 | 1100 | 11001 | 1010110 | 1111 | 1000110 |
Color Harmonies of #B5BFA8
Complementary color
Monochromatic Colors of #B5BFA8
Black with #B5BFA8
Text Example
Text Example
White with #B5BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFA8; }
p { color: rgb(181,191,168); }
H1.HeaderClassName
{
color: #B5BFA8;
}
.AnyTagClassName
{
color: #B5BFA8;
}
</style>
background-color css
<style>
a { background-color: #B5BFA8; }
a { background-color: rgb(181,191,168); }
div.DivClassName
{
background-color: #B5BFA8;
}
.BgClassName
{
background-color: #B5BFA8;
}
</style>
border-color css
<style>
span { border-color: #B5BFA8; }
span { border-color: rgb(181,191,168); }
td.TdClassName
{
border-color: #B5BFA8;
}
.TagClassName
{
border-color: #B5BFA8;
}
</style>