Shades of Tasman #BDC3B5
Tints of Tasman #BDC3B5
RGB
CMYK
RGB Variations
Color information
#BDC3B5 (or 0xBDC3B5) is known color: Tasman. HEX triplet: BD, C3 and B5. RGB value is (189,195,181). Sum of RGB (Red+Green+Blue) = 189+195+181=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3B5 is #423C4A. Grayscale: #BFBFBF. Windows color (decimal): -4340811 or 11912125. OLE color: 11912125.
HSL color Cylindrical-coordinate representation of color #BDC3B5: hue angle of 85.71º 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 #BDC3B5 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 195 | 181 | - |
CMYK | 0.03 | 0 | 0.07 | 0.24 |
HSL | 85.71º | 0.1% | 0.74% | - |
HSV(B) | 85.71º | 0.07% | 0.76% | - |
XYZ | 48.84 | 53.19 | 51.41 | - |
YUV | 191.61 | 122.01 | 126.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 195 | 181 | 0.03 | 0 | 0.07 | 0.24 | 85.71 | 0.1 | 0.74 |
Hex | BD | C3 | B5 | 3 | 0 | 7 | 18 | 56 | A | 4A |
Octal | 275 | 303 | 265 | 3 | 0 | 7 | 30 | 126 | 12 | 112 |
Binary | 10111101 | 11000011 | 10110101 | 11 | 0 | 111 | 11000 | 1010110 | 1010 | 1001010 |
Color Harmonies of #BDC3B5
Complementary color
Monochromatic Colors of #BDC3B5
Black with #BDC3B5
Text Example
Text Example
White with #BDC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3B5; }
p { color: rgb(189,195,181); }
H1.HeaderClassName
{
color: #BDC3B5;
}
.AnyTagClassName
{
color: #BDC3B5;
}
</style>
background-color css
<style>
a { background-color: #BDC3B5; }
a { background-color: rgb(189,195,181); }
div.DivClassName
{
background-color: #BDC3B5;
}
.BgClassName
{
background-color: #BDC3B5;
}
</style>
border-color css
<style>
span { border-color: #BDC3B5; }
span { border-color: rgb(189,195,181); }
td.TdClassName
{
border-color: #BDC3B5;
}
.TagClassName
{
border-color: #BDC3B5;
}
</style>