Shades of Tiara #BCC0BE
Tints of Tiara #BCC0BE
RGB
CMYK
RGB Variations
Color information
#BCC0BE (or 0xBCC0BE) is known color: Tiara. HEX triplet: BC, C0 and BE. RGB value is (188,192,190). Sum of RGB (Red+Green+Blue) = 188+192+190=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0BE is #433F41. Grayscale: #BEBEBE. Windows color (decimal): -4407106 or 12501180. OLE color: 12501180.
HSL color Cylindrical-coordinate representation of color #BCC0BE: hue angle of 150º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCC0BE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 190 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.25 |
| HSL | 150º | 0.03% | 0.75% | - |
| HSV(B) | 150º | 0.02% | 0.75% | - |
| XYZ | 48.88 | 52.11 | 56.2 | - |
| YUV | 190.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 190 | 0.02 | 0 | 0.01 | 0.25 | 150 | 0.03 | 0.75 |
| Hex | BC | C0 | BE | 2 | 0 | 1 | 19 | 96 | 3 | 4B |
| Octal | 274 | 300 | 276 | 2 | 0 | 1 | 31 | 226 | 3 | 113 |
| Binary | 10111100 | 11000000 | 10111110 | 10 | 0 | 1 | 11001 | 10010110 | 11 | 1001011 |
Color Harmonies of #BCC0BE
Complementary color
Monochromatic Colors of #BCC0BE
Black with #BCC0BE
Text Example
Text Example
White with #BCC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC0BE; }
p { color: rgb(188,192,190); }
H1.HeaderClassName
{
color: #BCC0BE;
}
.AnyTagClassName
{
color: #BCC0BE;
}
</style>
background-color css
<style>
a { background-color: #BCC0BE; }
a { background-color: rgb(188,192,190); }
div.DivClassName
{
background-color: #BCC0BE;
}
.BgClassName
{
background-color: #BCC0BE;
}
</style>
border-color css
<style>
span { border-color: #BCC0BE; }
span { border-color: rgb(188,192,190); }
td.TdClassName
{
border-color: #BCC0BE;
}
.TagClassName
{
border-color: #BCC0BE;
}
</style>