Shades of Tasman #BDC2B3
Tints of Tasman #BDC2B3
RGB
CMYK
RGB Variations
Color information
#BDC2B3 (or 0xBDC2B3) is known color: Tasman. HEX triplet: BD, C2 and B3. RGB value is (189,194,179). Sum of RGB (Red+Green+Blue) = 189+194+179=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2B3 is #423D4C. Grayscale: #BEBEBE. Windows color (decimal): -4341069 or 11780797. OLE color: 11780797.
HSL color Cylindrical-coordinate representation of color #BDC2B3: hue angle of 80º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC2B3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 179 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.24 |
| HSL | 80º | 0.11% | 0.73% | - |
| HSV(B) | 80º | 0.08% | 0.76% | - |
| XYZ | 48.41 | 52.66 | 50.26 | - |
| YUV | 190.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 179 | 0.03 | 0 | 0.08 | 0.24 | 80 | 0.11 | 0.73 |
| Hex | BD | C2 | B3 | 3 | 0 | 8 | 18 | 50 | B | 49 |
| Octal | 275 | 302 | 263 | 3 | 0 | 10 | 30 | 120 | 13 | 111 |
| Binary | 10111101 | 11000010 | 10110011 | 11 | 0 | 1000 | 11000 | 1010000 | 1011 | 1001001 |
Color Harmonies of #BDC2B3
Complementary color
Monochromatic Colors of #BDC2B3
Black with #BDC2B3
Text Example
Text Example
White with #BDC2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2B3; }
p { color: rgb(189,194,179); }
H1.HeaderClassName
{
color: #BDC2B3;
}
.AnyTagClassName
{
color: #BDC2B3;
}
</style>
background-color css
<style>
a { background-color: #BDC2B3; }
a { background-color: rgb(189,194,179); }
div.DivClassName
{
background-color: #BDC2B3;
}
.BgClassName
{
background-color: #BDC2B3;
}
</style>
border-color css
<style>
span { border-color: #BDC2B3; }
span { border-color: rgb(189,194,179); }
td.TdClassName
{
border-color: #BDC2B3;
}
.TagClassName
{
border-color: #BDC2B3;
}
</style>