Shades of Tasman #BDC3B1
Tints of Tasman #BDC3B1
RGB
CMYK
RGB Variations
Color information
#BDC3B1 (or 0xBDC3B1) is known color: Tasman. HEX triplet: BD, C3 and B1. RGB value is (189,195,177). Sum of RGB (Red+Green+Blue) = 189+195+177=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 177 (69.53% from 255 or 31.55% from 561); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3B1 is #423C4E. Grayscale: #BFBFBF. Windows color (decimal): -4340815 or 11649981. OLE color: 11649981.
HSL color Cylindrical-coordinate representation of color #BDC3B1: hue angle of 80º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC3B1 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 177 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.24 |
| HSL | 80º | 0.13% | 0.73% | - |
| HSV(B) | 80º | 0.09% | 0.76% | - |
| XYZ | 48.44 | 53.02 | 49.28 | - |
| YUV | 191.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 177 | 0.03 | 0 | 0.09 | 0.24 | 80 | 0.13 | 0.73 |
| Hex | BD | C3 | B1 | 3 | 0 | 9 | 18 | 50 | D | 49 |
| Octal | 275 | 303 | 261 | 3 | 0 | 11 | 30 | 120 | 15 | 111 |
| Binary | 10111101 | 11000011 | 10110001 | 11 | 0 | 1001 | 11000 | 1010000 | 1101 | 1001001 |
Color Harmonies of #BDC3B1
Complementary color
Monochromatic Colors of #BDC3B1
Black with #BDC3B1
Text Example
Text Example
White with #BDC3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3B1; }
p { color: rgb(189,195,177); }
H1.HeaderClassName
{
color: #BDC3B1;
}
.AnyTagClassName
{
color: #BDC3B1;
}
</style>
background-color css
<style>
a { background-color: #BDC3B1; }
a { background-color: rgb(189,195,177); }
div.DivClassName
{
background-color: #BDC3B1;
}
.BgClassName
{
background-color: #BDC3B1;
}
</style>
border-color css
<style>
span { border-color: #BDC3B1; }
span { border-color: rgb(189,195,177); }
td.TdClassName
{
border-color: #BDC3B1;
}
.TagClassName
{
border-color: #BDC3B1;
}
</style>