Shades of Tasman #B8C1AD
Tints of Tasman #B8C1AD
RGB
CMYK
RGB Variations
Color information
#B8C1AD (or 0xB8C1AD) is known color: Tasman. HEX triplet: B8, C1 and AD. RGB value is (184,193,173). Sum of RGB (Red+Green+Blue) = 184+193+173=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C1AD is #473E52. Grayscale: #BCBCBC. Windows color (decimal): -4669011 or 11387320. OLE color: 11387320.
HSL color Cylindrical-coordinate representation of color #B8C1AD: hue angle of 87º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8C1AD is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 173 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.24 |
| HSL | 87º | 0.14% | 0.72% | - |
| HSV(B) | 87º | 0.1% | 0.76% | - |
| XYZ | 46.38 | 51.35 | 47 | - |
| YUV | 188.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 173 | 0.05 | 0 | 0.10 | 0.24 | 87 | 0.14 | 0.72 |
| Hex | B8 | C1 | AD | 5 | 0 | A | 18 | 57 | E | 48 |
| Octal | 270 | 301 | 255 | 5 | 0 | 12 | 30 | 127 | 16 | 110 |
| Binary | 10111000 | 11000001 | 10101101 | 101 | 0 | 1010 | 11000 | 1010111 | 1110 | 1001000 |
Color Harmonies of #B8C1AD
Complementary color
Monochromatic Colors of #B8C1AD
Black with #B8C1AD
Text Example
Text Example
White with #B8C1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1AD; }
p { color: rgb(184,193,173); }
H1.HeaderClassName
{
color: #B8C1AD;
}
.AnyTagClassName
{
color: #B8C1AD;
}
</style>
background-color css
<style>
a { background-color: #B8C1AD; }
a { background-color: rgb(184,193,173); }
div.DivClassName
{
background-color: #B8C1AD;
}
.BgClassName
{
background-color: #B8C1AD;
}
</style>
border-color css
<style>
span { border-color: #B8C1AD; }
span { border-color: rgb(184,193,173); }
td.TdClassName
{
border-color: #B8C1AD;
}
.TagClassName
{
border-color: #B8C1AD;
}
</style>