Shades of Tiara #B1C9BE
Tints of Tiara #B1C9BE
RGB
CMYK
RGB Variations
Color information
#B1C9BE (or 0xB1C9BE) is known color: Tiara. HEX triplet: B1, C9 and BE. RGB value is (177,201,190). Sum of RGB (Red+Green+Blue) = 177+201+190=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C9BE is #4E3641. Grayscale: #C0C0C0. Windows color (decimal): -5125698 or 12503473. OLE color: 12503473.
HSL color Cylindrical-coordinate representation of color #B1C9BE: hue angle of 152.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C9BE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 201 | 190 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.21 |
| HSL | 152.5º | 0.18% | 0.74% | - |
| HSV(B) | 152.5º | 0.12% | 0.79% | - |
| XYZ | 48.31 | 54.84 | 56.75 | - |
| YUV | 192.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 201 | 190 | 0.12 | 0 | 0.05 | 0.21 | 152.5 | 0.18 | 0.74 |
| Hex | B1 | C9 | BE | C | 0 | 5 | 15 | 98 | 12 | 4A |
| Octal | 261 | 311 | 276 | 14 | 0 | 5 | 25 | 230 | 22 | 112 |
| Binary | 10110001 | 11001001 | 10111110 | 1100 | 0 | 101 | 10101 | 10011000 | 10010 | 1001010 |
Color Harmonies of #B1C9BE
Complementary color
Monochromatic Colors of #B1C9BE
Black with #B1C9BE
Text Example
Text Example
White with #B1C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C9BE; }
p { color: rgb(177,201,190); }
H1.HeaderClassName
{
color: #B1C9BE;
}
.AnyTagClassName
{
color: #B1C9BE;
}
</style>
background-color css
<style>
a { background-color: #B1C9BE; }
a { background-color: rgb(177,201,190); }
div.DivClassName
{
background-color: #B1C9BE;
}
.BgClassName
{
background-color: #B1C9BE;
}
</style>
border-color css
<style>
span { border-color: #B1C9BE; }
span { border-color: rgb(177,201,190); }
td.TdClassName
{
border-color: #B1C9BE;
}
.TagClassName
{
border-color: #B1C9BE;
}
</style>