Shades of Tiara #BCC7C2
Tints of Tiara #BCC7C2
RGB
CMYK
RGB Variations
Color information
#BCC7C2 (or 0xBCC7C2) is known color: Tiara. HEX triplet: BC, C7 and C2. RGB value is (188,199,194). Sum of RGB (Red+Green+Blue) = 188+199+194=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7C2 is #43383D. Grayscale: #C3C3C3. Windows color (decimal): -4405310 or 12765116. OLE color: 12765116.
HSL color Cylindrical-coordinate representation of color #BCC7C2: hue angle of 152.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC7C2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 194 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.22 |
| HSL | 152.73º | 0.09% | 0.76% | - |
| HSV(B) | 152.73º | 0.06% | 0.78% | - |
| XYZ | 50.9 | 55.43 | 59.06 | - |
| YUV | 195.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 194 | 0.06 | 0 | 0.03 | 0.22 | 152.73 | 0.09 | 0.76 |
| Hex | BC | C7 | C2 | 6 | 0 | 3 | 16 | 99 | 9 | 4C |
| Octal | 274 | 307 | 302 | 6 | 0 | 3 | 26 | 231 | 11 | 114 |
| Binary | 10111100 | 11000111 | 11000010 | 110 | 0 | 11 | 10110 | 10011001 | 1001 | 1001100 |
Color Harmonies of #BCC7C2
Complementary color
Monochromatic Colors of #BCC7C2
Black with #BCC7C2
Text Example
Text Example
White with #BCC7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC7C2; }
p { color: rgb(188,199,194); }
H1.HeaderClassName
{
color: #BCC7C2;
}
.AnyTagClassName
{
color: #BCC7C2;
}
</style>
background-color css
<style>
a { background-color: #BCC7C2; }
a { background-color: rgb(188,199,194); }
div.DivClassName
{
background-color: #BCC7C2;
}
.BgClassName
{
background-color: #BCC7C2;
}
</style>
border-color css
<style>
span { border-color: #BCC7C2; }
span { border-color: rgb(188,199,194); }
td.TdClassName
{
border-color: #BCC7C2;
}
.TagClassName
{
border-color: #BCC7C2;
}
</style>