Shades of Tasman #BDC2B5
Tints of Tasman #BDC2B5
RGB
CMYK
RGB Variations
Color information
#BDC2B5 (or 0xBDC2B5) is known color: Tasman. HEX triplet: BD, C2 and B5. RGB value is (189,194,181). Sum of RGB (Red+Green+Blue) = 189+194+181=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2B5 is #423D4A. Grayscale: #BFBFBF. Windows color (decimal): -4341067 or 11911869. OLE color: 11911869.
HSL color Cylindrical-coordinate representation of color #BDC2B5: hue angle of 83.08º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDC2B5 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 194 | 181 | - |
CMYK | 0.03 | 0 | 0.07 | 0.24 |
HSL | 83.08º | 0.1% | 0.74% | - |
HSV(B) | 83.08º | 0.07% | 0.76% | - |
XYZ | 48.62 | 52.74 | 51.33 | - |
YUV | 191.02 | 122.34 | 126.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 194 | 181 | 0.03 | 0 | 0.07 | 0.24 | 83.08 | 0.1 | 0.74 |
Hex | BD | C2 | B5 | 3 | 0 | 7 | 18 | 53 | A | 4A |
Octal | 275 | 302 | 265 | 3 | 0 | 7 | 30 | 123 | 12 | 112 |
Binary | 10111101 | 11000010 | 10110101 | 11 | 0 | 111 | 11000 | 1010011 | 1010 | 1001010 |
Color Harmonies of #BDC2B5
Complementary color
Monochromatic Colors of #BDC2B5
Black with #BDC2B5
Text Example
Text Example
White with #BDC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2B5; }
p { color: rgb(189,194,181); }
H1.HeaderClassName
{
color: #BDC2B5;
}
.AnyTagClassName
{
color: #BDC2B5;
}
</style>
background-color css
<style>
a { background-color: #BDC2B5; }
a { background-color: rgb(189,194,181); }
div.DivClassName
{
background-color: #BDC2B5;
}
.BgClassName
{
background-color: #BDC2B5;
}
</style>
border-color css
<style>
span { border-color: #BDC2B5; }
span { border-color: rgb(189,194,181); }
td.TdClassName
{
border-color: #BDC2B5;
}
.TagClassName
{
border-color: #BDC2B5;
}
</style>