Shades of Tiara #BCCBC4
Tints of Tiara #BCCBC4
RGB
CMYK
RGB Variations
Color information
#BCCBC4 (or 0xBCCBC4) is known color: Tiara. HEX triplet: BC, CB and C4. RGB value is (188,203,196). Sum of RGB (Red+Green+Blue) = 188+203+196=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBC4 is #43343B. Grayscale: #C5C5C5. Windows color (decimal): -4404284 or 12897212. OLE color: 12897212.
HSL color Cylindrical-coordinate representation of color #BCCBC4: hue angle of 152º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCCBC4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 196 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.20 |
| HSL | 152º | 0.13% | 0.77% | - |
| HSV(B) | 152º | 0.07% | 0.8% | - |
| XYZ | 52.06 | 57.39 | 60.56 | - |
| YUV | 197.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 196 | 0.07 | 0 | 0.03 | 0.20 | 152 | 0.13 | 0.77 |
| Hex | BC | CB | C4 | 7 | 0 | 3 | 14 | 98 | D | 4D |
| Octal | 274 | 313 | 304 | 7 | 0 | 3 | 24 | 230 | 15 | 115 |
| Binary | 10111100 | 11001011 | 11000100 | 111 | 0 | 11 | 10100 | 10011000 | 1101 | 1001101 |
Color Harmonies of #BCCBC4
Complementary color
Monochromatic Colors of #BCCBC4
Black with #BCCBC4
Text Example
Text Example
White with #BCCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBC4; }
p { color: rgb(188,203,196); }
H1.HeaderClassName
{
color: #BCCBC4;
}
.AnyTagClassName
{
color: #BCCBC4;
}
</style>
background-color css
<style>
a { background-color: #BCCBC4; }
a { background-color: rgb(188,203,196); }
div.DivClassName
{
background-color: #BCCBC4;
}
.BgClassName
{
background-color: #BCCBC4;
}
</style>
border-color css
<style>
span { border-color: #BCCBC4; }
span { border-color: rgb(188,203,196); }
td.TdClassName
{
border-color: #BCCBC4;
}
.TagClassName
{
border-color: #BCCBC4;
}
</style>