Shades of Tasman #BDC2B4
Tints of Tasman #BDC2B4
RGB
CMYK
RGB Variations
Color information
#BDC2B4 (or 0xBDC2B4) is known color: Tasman. HEX triplet: BD, C2 and B4. RGB value is (189,194,180). Sum of RGB (Red+Green+Blue) = 189+194+180=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2B4 is #423D4B. Grayscale: #BEBEBE. Windows color (decimal): -4341068 or 11846333. OLE color: 11846333.
HSL color Cylindrical-coordinate representation of color #BDC2B4: hue angle of 81.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC2B4 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 180 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.24 |
| HSL | 81.43º | 0.1% | 0.73% | - |
| HSV(B) | 81.43º | 0.07% | 0.76% | - |
| XYZ | 48.52 | 52.7 | 50.79 | - |
| YUV | 190.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 180 | 0.03 | 0 | 0.07 | 0.24 | 81.43 | 0.1 | 0.73 |
| Hex | BD | C2 | B4 | 3 | 0 | 7 | 18 | 51 | A | 49 |
| Octal | 275 | 302 | 264 | 3 | 0 | 7 | 30 | 121 | 12 | 111 |
| Binary | 10111101 | 11000010 | 10110100 | 11 | 0 | 111 | 11000 | 1010001 | 1010 | 1001001 |
Color Harmonies of #BDC2B4
Complementary color
Monochromatic Colors of #BDC2B4
Black with #BDC2B4
Text Example
Text Example
White with #BDC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2B4; }
p { color: rgb(189,194,180); }
H1.HeaderClassName
{
color: #BDC2B4;
}
.AnyTagClassName
{
color: #BDC2B4;
}
</style>
background-color css
<style>
a { background-color: #BDC2B4; }
a { background-color: rgb(189,194,180); }
div.DivClassName
{
background-color: #BDC2B4;
}
.BgClassName
{
background-color: #BDC2B4;
}
</style>
border-color css
<style>
span { border-color: #BDC2B4; }
span { border-color: rgb(189,194,180); }
td.TdClassName
{
border-color: #BDC2B4;
}
.TagClassName
{
border-color: #BDC2B4;
}
</style>