Shades of Tiara #B1C7BE
Tints of Tiara #B1C7BE
RGB
CMYK
RGB Variations
Color information
#B1C7BE (or 0xB1C7BE) is known color: Tiara. HEX triplet: B1, C7 and BE. RGB value is (177,199,190). Sum of RGB (Red+Green+Blue) = 177+199+190=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C7BE is #4E3841. Grayscale: #BFBFBF. Windows color (decimal): -5126210 or 12502961. OLE color: 12502961.
HSL color Cylindrical-coordinate representation of color #B1C7BE: hue angle of 155.45º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1C7BE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 199 | 190 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.22 |
| HSL | 155.45º | 0.16% | 0.74% | - |
| HSV(B) | 155.45º | 0.11% | 0.78% | - |
| XYZ | 47.85 | 53.91 | 56.6 | - |
| YUV | 191.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 199 | 190 | 0.11 | 0 | 0.05 | 0.22 | 155.45 | 0.16 | 0.74 |
| Hex | B1 | C7 | BE | B | 0 | 5 | 16 | 9B | 10 | 4A |
| Octal | 261 | 307 | 276 | 13 | 0 | 5 | 26 | 233 | 20 | 112 |
| Binary | 10110001 | 11000111 | 10111110 | 1011 | 0 | 101 | 10110 | 10011011 | 10000 | 1001010 |
Color Harmonies of #B1C7BE
Complementary color
Monochromatic Colors of #B1C7BE
Black with #B1C7BE
Text Example
Text Example
White with #B1C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C7BE; }
p { color: rgb(177,199,190); }
H1.HeaderClassName
{
color: #B1C7BE;
}
.AnyTagClassName
{
color: #B1C7BE;
}
</style>
background-color css
<style>
a { background-color: #B1C7BE; }
a { background-color: rgb(177,199,190); }
div.DivClassName
{
background-color: #B1C7BE;
}
.BgClassName
{
background-color: #B1C7BE;
}
</style>
border-color css
<style>
span { border-color: #B1C7BE; }
span { border-color: rgb(177,199,190); }
td.TdClassName
{
border-color: #B1C7BE;
}
.TagClassName
{
border-color: #B1C7BE;
}
</style>