Shades of Tasman #BDC0B6
Tints of Tasman #BDC0B6
RGB
CMYK
RGB Variations
Color information
#BDC0B6 (or 0xBDC0B6) is known color: Tasman. HEX triplet: BD, C0 and B6. RGB value is (189,192,182). Sum of RGB (Red+Green+Blue) = 189+192+182=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 182 (71.48% from 255 or 32.33% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0B6 is #423F49. Grayscale: #BEBEBE. Windows color (decimal): -4341578 or 11976893. OLE color: 11976893.
HSL color Cylindrical-coordinate representation of color #BDC0B6: hue angle of 78º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC0B6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 182 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.25 |
| HSL | 78º | 0.07% | 0.73% | - |
| HSV(B) | 78º | 0.05% | 0.75% | - |
| XYZ | 48.28 | 51.9 | 51.73 | - |
| YUV | 189.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 182 | 0.02 | 0 | 0.05 | 0.25 | 78 | 0.07 | 0.73 |
| Hex | BD | C0 | B6 | 2 | 0 | 5 | 19 | 4E | 7 | 49 |
| Octal | 275 | 300 | 266 | 2 | 0 | 5 | 31 | 116 | 7 | 111 |
| Binary | 10111101 | 11000000 | 10110110 | 10 | 0 | 101 | 11001 | 1001110 | 111 | 1001001 |
Color Harmonies of #BDC0B6
Complementary color
Monochromatic Colors of #BDC0B6
Black with #BDC0B6
Text Example
Text Example
White with #BDC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC0B6; }
p { color: rgb(189,192,182); }
H1.HeaderClassName
{
color: #BDC0B6;
}
.AnyTagClassName
{
color: #BDC0B6;
}
</style>
background-color css
<style>
a { background-color: #BDC0B6; }
a { background-color: rgb(189,192,182); }
div.DivClassName
{
background-color: #BDC0B6;
}
.BgClassName
{
background-color: #BDC0B6;
}
</style>
border-color css
<style>
span { border-color: #BDC0B6; }
span { border-color: rgb(189,192,182); }
td.TdClassName
{
border-color: #BDC0B6;
}
.TagClassName
{
border-color: #BDC0B6;
}
</style>