Shades of Tiara #B1C4BC
Tints of Tiara #B1C4BC
RGB
CMYK
RGB Variations
Color information
#B1C4BC (or 0xB1C4BC) is known color: Tiara. HEX triplet: B1, C4 and BC. RGB value is (177,196,188). Sum of RGB (Red+Green+Blue) = 177+196+188=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4BC is #4E3B43. Grayscale: #BDBDBD. Windows color (decimal): -5126980 or 12371121. OLE color: 12371121.
HSL color Cylindrical-coordinate representation of color #B1C4BC: hue angle of 154.74º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1C4BC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 196 | 188 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.23 |
| HSL | 154.74º | 0.14% | 0.73% | - |
| HSV(B) | 154.74º | 0.1% | 0.77% | - |
| XYZ | 46.95 | 52.46 | 55.23 | - |
| YUV | 189.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 196 | 188 | 0.10 | 0 | 0.04 | 0.23 | 154.74 | 0.14 | 0.73 |
| Hex | B1 | C4 | BC | A | 0 | 4 | 17 | 9B | E | 49 |
| Octal | 261 | 304 | 274 | 12 | 0 | 4 | 27 | 233 | 16 | 111 |
| Binary | 10110001 | 11000100 | 10111100 | 1010 | 0 | 100 | 10111 | 10011011 | 1110 | 1001001 |
Color Harmonies of #B1C4BC
Complementary color
Monochromatic Colors of #B1C4BC
Black with #B1C4BC
Text Example
Text Example
White with #B1C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C4BC; }
p { color: rgb(177,196,188); }
H1.HeaderClassName
{
color: #B1C4BC;
}
.AnyTagClassName
{
color: #B1C4BC;
}
</style>
background-color css
<style>
a { background-color: #B1C4BC; }
a { background-color: rgb(177,196,188); }
div.DivClassName
{
background-color: #B1C4BC;
}
.BgClassName
{
background-color: #B1C4BC;
}
</style>
border-color css
<style>
span { border-color: #B1C4BC; }
span { border-color: rgb(177,196,188); }
td.TdClassName
{
border-color: #B1C4BC;
}
.TagClassName
{
border-color: #B1C4BC;
}
</style>