Shades of Tiara #BCC4C0
Tints of Tiara #BCC4C0
RGB
CMYK
RGB Variations
Color information
#BCC4C0 (or 0xBCC4C0) is known color: Tiara. HEX triplet: BC, C4 and C0. RGB value is (188,196,192). Sum of RGB (Red+Green+Blue) = 188+196+192=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4C0 is #433B3F. Grayscale: #C1C1C1. Windows color (decimal): -4406080 or 12633276. OLE color: 12633276.
HSL color Cylindrical-coordinate representation of color #BCC4C0: hue angle of 150º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC4C0 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 196 | 192 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.23 |
| HSL | 150º | 0.06% | 0.75% | - |
| HSV(B) | 150º | 0.04% | 0.77% | - |
| XYZ | 49.99 | 53.98 | 57.65 | - |
| YUV | 193.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 196 | 192 | 0.04 | 0 | 0.02 | 0.23 | 150 | 0.06 | 0.75 |
| Hex | BC | C4 | C0 | 4 | 0 | 2 | 17 | 96 | 6 | 4B |
| Octal | 274 | 304 | 300 | 4 | 0 | 2 | 27 | 226 | 6 | 113 |
| Binary | 10111100 | 11000100 | 11000000 | 100 | 0 | 10 | 10111 | 10010110 | 110 | 1001011 |
Color Harmonies of #BCC4C0
Complementary color
Monochromatic Colors of #BCC4C0
Black with #BCC4C0
Text Example
Text Example
White with #BCC4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC4C0; }
p { color: rgb(188,196,192); }
H1.HeaderClassName
{
color: #BCC4C0;
}
.AnyTagClassName
{
color: #BCC4C0;
}
</style>
background-color css
<style>
a { background-color: #BCC4C0; }
a { background-color: rgb(188,196,192); }
div.DivClassName
{
background-color: #BCC4C0;
}
.BgClassName
{
background-color: #BCC4C0;
}
</style>
border-color css
<style>
span { border-color: #BCC4C0; }
span { border-color: rgb(188,196,192); }
td.TdClassName
{
border-color: #BCC4C0;
}
.TagClassName
{
border-color: #BCC4C0;
}
</style>