Shades of Tiara #BCC2BF
Tints of Tiara #BCC2BF
RGB
CMYK
RGB Variations
Color information
#BCC2BF (or 0xBCC2BF) is known color: Tiara. HEX triplet: BC, C2 and BF. RGB value is (188,194,191). Sum of RGB (Red+Green+Blue) = 188+194+191=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2BF is #433D40. Grayscale: #BFBFBF. Windows color (decimal): -4406593 or 12567228. OLE color: 12567228.
HSL color Cylindrical-coordinate representation of color #BCC2BF: hue angle of 150º degrees, saturation: 0.05, 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 #BCC2BF is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 194 | 191 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.24 |
| HSL | 150º | 0.05% | 0.75% | - |
| HSV(B) | 150º | 0.03% | 0.76% | - |
| XYZ | 49.43 | 53.04 | 56.92 | - |
| YUV | 191.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 194 | 191 | 0.03 | 0 | 0.02 | 0.24 | 150 | 0.05 | 0.75 |
| Hex | BC | C2 | BF | 3 | 0 | 2 | 18 | 96 | 5 | 4B |
| Octal | 274 | 302 | 277 | 3 | 0 | 2 | 30 | 226 | 5 | 113 |
| Binary | 10111100 | 11000010 | 10111111 | 11 | 0 | 10 | 11000 | 10010110 | 101 | 1001011 |
Color Harmonies of #BCC2BF
Complementary color
Monochromatic Colors of #BCC2BF
Black with #BCC2BF
Text Example
Text Example
White with #BCC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC2BF; }
p { color: rgb(188,194,191); }
H1.HeaderClassName
{
color: #BCC2BF;
}
.AnyTagClassName
{
color: #BCC2BF;
}
</style>
background-color css
<style>
a { background-color: #BCC2BF; }
a { background-color: rgb(188,194,191); }
div.DivClassName
{
background-color: #BCC2BF;
}
.BgClassName
{
background-color: #BCC2BF;
}
</style>
border-color css
<style>
span { border-color: #BCC2BF; }
span { border-color: rgb(188,194,191); }
td.TdClassName
{
border-color: #BCC2BF;
}
.TagClassName
{
border-color: #BCC2BF;
}
</style>