Shades of Tasman #BDC1B5
Tints of Tasman #BDC1B5
RGB
CMYK
RGB Variations
Color information
#BDC1B5 (or 0xBDC1B5) is known color: Tasman. HEX triplet: BD, C1 and B5. RGB value is (189,193,181). Sum of RGB (Red+Green+Blue) = 189+193+181=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1B5 is #423E4A. Grayscale: #BEBEBE. Windows color (decimal): -4341323 or 11911613. OLE color: 11911613.
HSL color Cylindrical-coordinate representation of color #BDC1B5: hue angle of 80º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC1B5 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 193 | 181 | - |
CMYK | 0.02 | 0 | 0.06 | 0.24 |
HSL | 80º | 0.09% | 0.73% | - |
HSV(B) | 80º | 0.06% | 0.76% | - |
XYZ | 48.4 | 52.29 | 51.26 | - |
YUV | 190.44 | 122.67 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 193 | 181 | 0.02 | 0 | 0.06 | 0.24 | 80 | 0.09 | 0.73 |
Hex | BD | C1 | B5 | 2 | 0 | 6 | 18 | 50 | 9 | 49 |
Octal | 275 | 301 | 265 | 2 | 0 | 6 | 30 | 120 | 11 | 111 |
Binary | 10111101 | 11000001 | 10110101 | 10 | 0 | 110 | 11000 | 1010000 | 1001 | 1001001 |
Color Harmonies of #BDC1B5
Complementary color
Monochromatic Colors of #BDC1B5
Black with #BDC1B5
Text Example
Text Example
White with #BDC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1B5; }
p { color: rgb(189,193,181); }
H1.HeaderClassName
{
color: #BDC1B5;
}
.AnyTagClassName
{
color: #BDC1B5;
}
</style>
background-color css
<style>
a { background-color: #BDC1B5; }
a { background-color: rgb(189,193,181); }
div.DivClassName
{
background-color: #BDC1B5;
}
.BgClassName
{
background-color: #BDC1B5;
}
</style>
border-color css
<style>
span { border-color: #BDC1B5; }
span { border-color: rgb(189,193,181); }
td.TdClassName
{
border-color: #BDC1B5;
}
.TagClassName
{
border-color: #BDC1B5;
}
</style>