Shades of Tasman #BDC1B4
Tints of Tasman #BDC1B4
RGB
CMYK
RGB Variations
Color information
#BDC1B4 (or 0xBDC1B4) is known color: Tasman. HEX triplet: BD, C1 and B4. RGB value is (189,193,180). Sum of RGB (Red+Green+Blue) = 189+193+180=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1B4 is #423E4B. Grayscale: #BEBEBE. Windows color (decimal): -4341324 or 11846077. OLE color: 11846077.
HSL color Cylindrical-coordinate representation of color #BDC1B4: hue angle of 78.46º degrees, saturation: 0.09, 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 #BDC1B4 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 180 | - |
| CMYK | 0.02 | 0 | 0.07 | 0.24 |
| HSL | 78.46º | 0.09% | 0.73% | - |
| HSV(B) | 78.46º | 0.07% | 0.76% | - |
| XYZ | 48.29 | 52.25 | 50.72 | - |
| YUV | 190.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 180 | 0.02 | 0 | 0.07 | 0.24 | 78.46 | 0.09 | 0.73 |
| Hex | BD | C1 | B4 | 2 | 0 | 7 | 18 | 4E | 9 | 49 |
| Octal | 275 | 301 | 264 | 2 | 0 | 7 | 30 | 116 | 11 | 111 |
| Binary | 10111101 | 11000001 | 10110100 | 10 | 0 | 111 | 11000 | 1001110 | 1001 | 1001001 |
Color Harmonies of #BDC1B4
Complementary color
Monochromatic Colors of #BDC1B4
Black with #BDC1B4
Text Example
Text Example
White with #BDC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1B4; }
p { color: rgb(189,193,180); }
H1.HeaderClassName
{
color: #BDC1B4;
}
.AnyTagClassName
{
color: #BDC1B4;
}
</style>
background-color css
<style>
a { background-color: #BDC1B4; }
a { background-color: rgb(189,193,180); }
div.DivClassName
{
background-color: #BDC1B4;
}
.BgClassName
{
background-color: #BDC1B4;
}
</style>
border-color css
<style>
span { border-color: #BDC1B4; }
span { border-color: rgb(189,193,180); }
td.TdClassName
{
border-color: #BDC1B4;
}
.TagClassName
{
border-color: #BDC1B4;
}
</style>