Shades of Tiara #BCBFBE
Tints of Tiara #BCBFBE
RGB
CMYK
RGB Variations
Color information
#BCBFBE (or 0xBCBFBE) is known color: Tiara. HEX triplet: BC, BF and BE. RGB value is (188,191,190). Sum of RGB (Red+Green+Blue) = 188+191+190=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBE is #434041. Grayscale: #BDBDBD. Windows color (decimal): -4407362 or 12500924. OLE color: 12500924.
HSL color Cylindrical-coordinate representation of color #BCBFBE: hue angle of 160º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBFBE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 190 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.25 |
| HSL | 160º | 0.02% | 0.74% | - |
| HSV(B) | 160º | 0.02% | 0.75% | - |
| XYZ | 48.66 | 51.67 | 56.12 | - |
| YUV | 189.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 190 | 0.02 | 0 | 0.01 | 0.25 | 160 | 0.02 | 0.74 |
| Hex | BC | BF | BE | 2 | 0 | 1 | 19 | A0 | 2 | 4A |
| Octal | 274 | 277 | 276 | 2 | 0 | 1 | 31 | 240 | 2 | 112 |
| Binary | 10111100 | 10111111 | 10111110 | 10 | 0 | 1 | 11001 | 10100000 | 10 | 1001010 |
Color Harmonies of #BCBFBE
Complementary color
Monochromatic Colors of #BCBFBE
Black with #BCBFBE
Text Example
Text Example
White with #BCBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFBE; }
p { color: rgb(188,191,190); }
H1.HeaderClassName
{
color: #BCBFBE;
}
.AnyTagClassName
{
color: #BCBFBE;
}
</style>
background-color css
<style>
a { background-color: #BCBFBE; }
a { background-color: rgb(188,191,190); }
div.DivClassName
{
background-color: #BCBFBE;
}
.BgClassName
{
background-color: #BCBFBE;
}
</style>
border-color css
<style>
span { border-color: #BCBFBE; }
span { border-color: rgb(188,191,190); }
td.TdClassName
{
border-color: #BCBFBE;
}
.TagClassName
{
border-color: #BCBFBE;
}
</style>