Shades of Tiara #BAC9C2
Tints of Tiara #BAC9C2
RGB
CMYK
RGB Variations
Color information
#BAC9C2 (or 0xBAC9C2) is known color: Tiara. HEX triplet: BA, C9 and C2. RGB value is (186,201,194). Sum of RGB (Red+Green+Blue) = 186+201+194=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9C2 is #45363D. Grayscale: #C3C3C3. Windows color (decimal): -4535870 or 12765626. OLE color: 12765626.
HSL color Cylindrical-coordinate representation of color #BAC9C2: hue angle of 152º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAC9C2 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 194 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.21 |
| HSL | 152º | 0.12% | 0.76% | - |
| HSV(B) | 152º | 0.07% | 0.79% | - |
| XYZ | 50.87 | 56.11 | 59.19 | - |
| YUV | 195.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 194 | 0.07 | 0 | 0.03 | 0.21 | 152 | 0.12 | 0.76 |
| Hex | BA | C9 | C2 | 7 | 0 | 3 | 15 | 98 | C | 4C |
| Octal | 272 | 311 | 302 | 7 | 0 | 3 | 25 | 230 | 14 | 114 |
| Binary | 10111010 | 11001001 | 11000010 | 111 | 0 | 11 | 10101 | 10011000 | 1100 | 1001100 |
Color Harmonies of #BAC9C2
Complementary color
Monochromatic Colors of #BAC9C2
Black with #BAC9C2
Text Example
Text Example
White with #BAC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC9C2; }
p { color: rgb(186,201,194); }
H1.HeaderClassName
{
color: #BAC9C2;
}
.AnyTagClassName
{
color: #BAC9C2;
}
</style>
background-color css
<style>
a { background-color: #BAC9C2; }
a { background-color: rgb(186,201,194); }
div.DivClassName
{
background-color: #BAC9C2;
}
.BgClassName
{
background-color: #BAC9C2;
}
</style>
border-color css
<style>
span { border-color: #BAC9C2; }
span { border-color: rgb(186,201,194); }
td.TdClassName
{
border-color: #BAC9C2;
}
.TagClassName
{
border-color: #BAC9C2;
}
</style>