Shades of Tasman #BDC2B7
Tints of Tasman #BDC2B7
RGB
CMYK
RGB Variations
Color information
#BDC2B7 (or 0xBDC2B7) is known color: Tasman. HEX triplet: BD, C2 and B7. RGB value is (189,194,183). Sum of RGB (Red+Green+Blue) = 189+194+183=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2B7 is #423D48. Grayscale: #BFBFBF. Windows color (decimal): -4341065 or 12042941. OLE color: 12042941.
HSL color Cylindrical-coordinate representation of color #BDC2B7: hue angle of 87.27º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC2B7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 194 | 183 | - |
CMYK | 0.03 | 0 | 0.06 | 0.24 |
HSL | 87.27º | 0.08% | 0.74% | - |
HSV(B) | 87.27º | 0.06% | 0.76% | - |
XYZ | 48.83 | 52.82 | 52.42 | - |
YUV | 191.25 | 123.34 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 194 | 183 | 0.03 | 0 | 0.06 | 0.24 | 87.27 | 0.08 | 0.74 |
Hex | BD | C2 | B7 | 3 | 0 | 6 | 18 | 57 | 8 | 4A |
Octal | 275 | 302 | 267 | 3 | 0 | 6 | 30 | 127 | 10 | 112 |
Binary | 10111101 | 11000010 | 10110111 | 11 | 0 | 110 | 11000 | 1010111 | 1000 | 1001010 |
Color Harmonies of #BDC2B7
Complementary color
Monochromatic Colors of #BDC2B7
Black with #BDC2B7
Text Example
Text Example
White with #BDC2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2B7; }
p { color: rgb(189,194,183); }
H1.HeaderClassName
{
color: #BDC2B7;
}
.AnyTagClassName
{
color: #BDC2B7;
}
</style>
background-color css
<style>
a { background-color: #BDC2B7; }
a { background-color: rgb(189,194,183); }
div.DivClassName
{
background-color: #BDC2B7;
}
.BgClassName
{
background-color: #BDC2B7;
}
</style>
border-color css
<style>
span { border-color: #BDC2B7; }
span { border-color: rgb(189,194,183); }
td.TdClassName
{
border-color: #BDC2B7;
}
.TagClassName
{
border-color: #BDC2B7;
}
</style>