Shades of Tasman #BDC2B6
Tints of Tasman #BDC2B6
RGB
CMYK
RGB Variations
Color information
#BDC2B6 (or 0xBDC2B6) is known color: Tasman. HEX triplet: BD, C2 and B6. RGB value is (189,194,182). Sum of RGB (Red+Green+Blue) = 189+194+182=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2B6 is #423D49. Grayscale: #BFBFBF. Windows color (decimal): -4341066 or 11977405. OLE color: 11977405.
HSL color Cylindrical-coordinate representation of color #BDC2B6: hue angle of 85º degrees, saturation: 0.09, 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 #BDC2B6 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 194 | 182 | - |
CMYK | 0.03 | 0 | 0.06 | 0.24 |
HSL | 85º | 0.09% | 0.74% | - |
HSV(B) | 85º | 0.06% | 0.76% | - |
XYZ | 48.72 | 52.78 | 51.88 | - |
YUV | 191.14 | 122.84 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 194 | 182 | 0.03 | 0 | 0.06 | 0.24 | 85 | 0.09 | 0.74 |
Hex | BD | C2 | B6 | 3 | 0 | 6 | 18 | 55 | 9 | 4A |
Octal | 275 | 302 | 266 | 3 | 0 | 6 | 30 | 125 | 11 | 112 |
Binary | 10111101 | 11000010 | 10110110 | 11 | 0 | 110 | 11000 | 1010101 | 1001 | 1001010 |
Color Harmonies of #BDC2B6
Complementary color
Monochromatic Colors of #BDC2B6
Black with #BDC2B6
Text Example
Text Example
White with #BDC2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2B6; }
p { color: rgb(189,194,182); }
H1.HeaderClassName
{
color: #BDC2B6;
}
.AnyTagClassName
{
color: #BDC2B6;
}
</style>
background-color css
<style>
a { background-color: #BDC2B6; }
a { background-color: rgb(189,194,182); }
div.DivClassName
{
background-color: #BDC2B6;
}
.BgClassName
{
background-color: #BDC2B6;
}
</style>
border-color css
<style>
span { border-color: #BDC2B6; }
span { border-color: rgb(189,194,182); }
td.TdClassName
{
border-color: #BDC2B6;
}
.TagClassName
{
border-color: #BDC2B6;
}
</style>