Shades of Tasman #BDC8B1
Tints of Tasman #BDC8B1
RGB
CMYK
RGB Variations
Color information
#BDC8B1 (or 0xBDC8B1) is known color: Tasman. HEX triplet: BD, C8 and B1. RGB value is (189,200,177). Sum of RGB (Red+Green+Blue) = 189+200+177=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC8B1 is #42374E. Grayscale: #C2C2C2. Windows color (decimal): -4339535 or 11651261. OLE color: 11651261.
HSL color Cylindrical-coordinate representation of color #BDC8B1: hue angle of 88.7º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC8B1 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 177 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.22 |
| HSL | 88.7º | 0.17% | 0.74% | - |
| HSV(B) | 88.7º | 0.12% | 0.78% | - |
| XYZ | 49.58 | 55.3 | 49.66 | - |
| YUV | 194.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 177 | 0.06 | 0 | 0.12 | 0.22 | 88.7 | 0.17 | 0.74 |
| Hex | BD | C8 | B1 | 6 | 0 | C | 16 | 59 | 11 | 4A |
| Octal | 275 | 310 | 261 | 6 | 0 | 14 | 26 | 131 | 21 | 112 |
| Binary | 10111101 | 11001000 | 10110001 | 110 | 0 | 1100 | 10110 | 1011001 | 10001 | 1001010 |
Color Harmonies of #BDC8B1
Complementary color
Monochromatic Colors of #BDC8B1
Black with #BDC8B1
Text Example
Text Example
White with #BDC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8B1; }
p { color: rgb(189,200,177); }
H1.HeaderClassName
{
color: #BDC8B1;
}
.AnyTagClassName
{
color: #BDC8B1;
}
</style>
background-color css
<style>
a { background-color: #BDC8B1; }
a { background-color: rgb(189,200,177); }
div.DivClassName
{
background-color: #BDC8B1;
}
.BgClassName
{
background-color: #BDC8B1;
}
</style>
border-color css
<style>
span { border-color: #BDC8B1; }
span { border-color: rgb(189,200,177); }
td.TdClassName
{
border-color: #BDC8B1;
}
.TagClassName
{
border-color: #BDC8B1;
}
</style>