Shades of Tasman #BDC2B2
Tints of Tasman #BDC2B2
RGB
CMYK
RGB Variations
Color information
#BDC2B2 (or 0xBDC2B2) is known color: Tasman. HEX triplet: BD, C2 and B2. RGB value is (189,194,178). Sum of RGB (Red+Green+Blue) = 189+194+178=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2B2 is #423D4D. Grayscale: #BEBEBE. Windows color (decimal): -4341070 or 11715261. OLE color: 11715261.
HSL color Cylindrical-coordinate representation of color #BDC2B2: hue angle of 78.75º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDC2B2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 194 | 178 | - |
CMYK | 0.03 | 0 | 0.08 | 0.24 |
HSL | 78.75º | 0.12% | 0.73% | - |
HSV(B) | 78.75º | 0.08% | 0.76% | - |
XYZ | 48.31 | 52.62 | 49.73 | - |
YUV | 190.68 | 120.84 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 194 | 178 | 0.03 | 0 | 0.08 | 0.24 | 78.75 | 0.12 | 0.73 |
Hex | BD | C2 | B2 | 3 | 0 | 8 | 18 | 4F | C | 49 |
Octal | 275 | 302 | 262 | 3 | 0 | 10 | 30 | 117 | 14 | 111 |
Binary | 10111101 | 11000010 | 10110010 | 11 | 0 | 1000 | 11000 | 1001111 | 1100 | 1001001 |
Color Harmonies of #BDC2B2
Complementary color
Monochromatic Colors of #BDC2B2
Black with #BDC2B2
Text Example
Text Example
White with #BDC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2B2; }
p { color: rgb(189,194,178); }
H1.HeaderClassName
{
color: #BDC2B2;
}
.AnyTagClassName
{
color: #BDC2B2;
}
</style>
background-color css
<style>
a { background-color: #BDC2B2; }
a { background-color: rgb(189,194,178); }
div.DivClassName
{
background-color: #BDC2B2;
}
.BgClassName
{
background-color: #BDC2B2;
}
</style>
border-color css
<style>
span { border-color: #BDC2B2; }
span { border-color: rgb(189,194,178); }
td.TdClassName
{
border-color: #BDC2B2;
}
.TagClassName
{
border-color: #BDC2B2;
}
</style>