Shades of Tiara #BDC2C0
Tints of Tiara #BDC2C0
RGB
CMYK
RGB Variations
Color information
#BDC2C0 (or 0xBDC2C0) is known color: Tiara. HEX triplet: BD, C2 and C0. RGB value is (189,194,192). Sum of RGB (Red+Green+Blue) = 189+194+192=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 194 (76.17% from 255 or 33.74% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2C0 is #423D3F. Grayscale: #C0C0C0. Windows color (decimal): -4341056 or 12632765. OLE color: 12632765.
HSL color Cylindrical-coordinate representation of color #BDC2C0: hue angle of 156º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BDC2C0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 192 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.24 |
| HSL | 156º | 0.04% | 0.75% | - |
| HSV(B) | 156º | 0.03% | 0.76% | - |
| XYZ | 49.79 | 53.21 | 57.52 | - |
| YUV | 192.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 192 | 0.03 | 0 | 0.01 | 0.24 | 156 | 0.04 | 0.75 |
| Hex | BD | C2 | C0 | 3 | 0 | 1 | 18 | 9C | 4 | 4B |
| Octal | 275 | 302 | 300 | 3 | 0 | 1 | 30 | 234 | 4 | 113 |
| Binary | 10111101 | 11000010 | 11000000 | 11 | 0 | 1 | 11000 | 10011100 | 100 | 1001011 |
Color Harmonies of #BDC2C0
Complementary color
Monochromatic Colors of #BDC2C0
Black with #BDC2C0
Text Example
Text Example
White with #BDC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2C0; }
p { color: rgb(189,194,192); }
H1.HeaderClassName
{
color: #BDC2C0;
}
.AnyTagClassName
{
color: #BDC2C0;
}
</style>
background-color css
<style>
a { background-color: #BDC2C0; }
a { background-color: rgb(189,194,192); }
div.DivClassName
{
background-color: #BDC2C0;
}
.BgClassName
{
background-color: #BDC2C0;
}
</style>
border-color css
<style>
span { border-color: #BDC2C0; }
span { border-color: rgb(189,194,192); }
td.TdClassName
{
border-color: #BDC2C0;
}
.TagClassName
{
border-color: #BDC2C0;
}
</style>