Shades of Tasman #BDC5B3
Tints of Tasman #BDC5B3
RGB
CMYK
RGB Variations
Color information
#BDC5B3 (or 0xBDC5B3) is known color: Tasman. HEX triplet: BD, C5 and B3. RGB value is (189,197,179). Sum of RGB (Red+Green+Blue) = 189+197+179=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5B3 is #423A4C. Grayscale: #C0C0C0. Windows color (decimal): -4340301 or 11781565. OLE color: 11781565.
HSL color Cylindrical-coordinate representation of color #BDC5B3: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDC5B3 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 179 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.23 |
| HSL | 86.67º | 0.13% | 0.74% | - |
| HSV(B) | 86.67º | 0.09% | 0.77% | - |
| XYZ | 49.09 | 54.01 | 50.48 | - |
| YUV | 192.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 179 | 0.04 | 0 | 0.09 | 0.23 | 86.67 | 0.13 | 0.74 |
| Hex | BD | C5 | B3 | 4 | 0 | 9 | 17 | 57 | D | 4A |
| Octal | 275 | 305 | 263 | 4 | 0 | 11 | 27 | 127 | 15 | 112 |
| Binary | 10111101 | 11000101 | 10110011 | 100 | 0 | 1001 | 10111 | 1010111 | 1101 | 1001010 |
Color Harmonies of #BDC5B3
Complementary color
Monochromatic Colors of #BDC5B3
Black with #BDC5B3
Text Example
Text Example
White with #BDC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5B3; }
p { color: rgb(189,197,179); }
H1.HeaderClassName
{
color: #BDC5B3;
}
.AnyTagClassName
{
color: #BDC5B3;
}
</style>
background-color css
<style>
a { background-color: #BDC5B3; }
a { background-color: rgb(189,197,179); }
div.DivClassName
{
background-color: #BDC5B3;
}
.BgClassName
{
background-color: #BDC5B3;
}
</style>
border-color css
<style>
span { border-color: #BDC5B3; }
span { border-color: rgb(189,197,179); }
td.TdClassName
{
border-color: #BDC5B3;
}
.TagClassName
{
border-color: #BDC5B3;
}
</style>