Shades of Tasman #BDC6B2
Tints of Tasman #BDC6B2
RGB
CMYK
RGB Variations
Color information
#BDC6B2 (or 0xBDC6B2) is known color: Tasman. HEX triplet: BD, C6 and B2. RGB value is (189,198,178). Sum of RGB (Red+Green+Blue) = 189+198+178=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC6B2 is #42394D. Grayscale: #C1C1C1. Windows color (decimal): -4340046 or 11716285. OLE color: 11716285.
HSL color Cylindrical-coordinate representation of color #BDC6B2: hue angle of 87º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC6B2 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 198 | 178 | - |
CMYK | 0.05 | 0 | 0.10 | 0.22 |
HSL | 87º | 0.15% | 0.74% | - |
HSV(B) | 87º | 0.1% | 0.78% | - |
XYZ | 49.22 | 54.42 | 50.03 | - |
YUV | 193.03 | 119.52 | 125.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 198 | 178 | 0.05 | 0 | 0.10 | 0.22 | 87 | 0.15 | 0.74 |
Hex | BD | C6 | B2 | 5 | 0 | A | 16 | 57 | F | 4A |
Octal | 275 | 306 | 262 | 5 | 0 | 12 | 26 | 127 | 17 | 112 |
Binary | 10111101 | 11000110 | 10110010 | 101 | 0 | 1010 | 10110 | 1010111 | 1111 | 1001010 |
Color Harmonies of #BDC6B2
Complementary color
Monochromatic Colors of #BDC6B2
Black with #BDC6B2
Text Example
Text Example
White with #BDC6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6B2; }
p { color: rgb(189,198,178); }
H1.HeaderClassName
{
color: #BDC6B2;
}
.AnyTagClassName
{
color: #BDC6B2;
}
</style>
background-color css
<style>
a { background-color: #BDC6B2; }
a { background-color: rgb(189,198,178); }
div.DivClassName
{
background-color: #BDC6B2;
}
.BgClassName
{
background-color: #BDC6B2;
}
</style>
border-color css
<style>
span { border-color: #BDC6B2; }
span { border-color: rgb(189,198,178); }
td.TdClassName
{
border-color: #BDC6B2;
}
.TagClassName
{
border-color: #BDC6B2;
}
</style>