Shades of Tasman #BDC3B4
Tints of Tasman #BDC3B4
RGB
CMYK
RGB Variations
Color information
#BDC3B4 (or 0xBDC3B4) is known color: Tasman. HEX triplet: BD, C3 and B4. RGB value is (189,195,180). Sum of RGB (Red+Green+Blue) = 189+195+180=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3B4 is #423C4B. Grayscale: #BFBFBF. Windows color (decimal): -4340812 or 11846589. OLE color: 11846589.
HSL color Cylindrical-coordinate representation of color #BDC3B4: hue angle of 84º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC3B4 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 180 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.24 |
| HSL | 84º | 0.11% | 0.74% | - |
| HSV(B) | 84º | 0.08% | 0.76% | - |
| XYZ | 48.74 | 53.14 | 50.87 | - |
| YUV | 191.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 180 | 0.03 | 0 | 0.08 | 0.24 | 84 | 0.11 | 0.74 |
| Hex | BD | C3 | B4 | 3 | 0 | 8 | 18 | 54 | B | 4A |
| Octal | 275 | 303 | 264 | 3 | 0 | 10 | 30 | 124 | 13 | 112 |
| Binary | 10111101 | 11000011 | 10110100 | 11 | 0 | 1000 | 11000 | 1010100 | 1011 | 1001010 |
Color Harmonies of #BDC3B4
Complementary color
Monochromatic Colors of #BDC3B4
Black with #BDC3B4
Text Example
Text Example
White with #BDC3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3B4; }
p { color: rgb(189,195,180); }
H1.HeaderClassName
{
color: #BDC3B4;
}
.AnyTagClassName
{
color: #BDC3B4;
}
</style>
background-color css
<style>
a { background-color: #BDC3B4; }
a { background-color: rgb(189,195,180); }
div.DivClassName
{
background-color: #BDC3B4;
}
.BgClassName
{
background-color: #BDC3B4;
}
</style>
border-color css
<style>
span { border-color: #BDC3B4; }
span { border-color: rgb(189,195,180); }
td.TdClassName
{
border-color: #BDC3B4;
}
.TagClassName
{
border-color: #BDC3B4;
}
</style>