Shades of Tiara #B1C8BE
Tints of Tiara #B1C8BE
RGB
CMYK
RGB Variations
Color information
#B1C8BE (or 0xB1C8BE) is known color: Tiara. HEX triplet: B1, C8 and BE. RGB value is (177,200,190). Sum of RGB (Red+Green+Blue) = 177+200+190=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C8BE is #4E3741. Grayscale: #C0C0C0. Windows color (decimal): -5125954 or 12503217. OLE color: 12503217.
HSL color Cylindrical-coordinate representation of color #B1C8BE: hue angle of 153.91º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1C8BE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 200 | 190 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.22 |
| HSL | 153.91º | 0.17% | 0.74% | - |
| HSV(B) | 153.91º | 0.12% | 0.78% | - |
| XYZ | 48.08 | 54.37 | 56.68 | - |
| YUV | 191.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 200 | 190 | 0.12 | 0 | 0.05 | 0.22 | 153.91 | 0.17 | 0.74 |
| Hex | B1 | C8 | BE | C | 0 | 5 | 16 | 9A | 11 | 4A |
| Octal | 261 | 310 | 276 | 14 | 0 | 5 | 26 | 232 | 21 | 112 |
| Binary | 10110001 | 11001000 | 10111110 | 1100 | 0 | 101 | 10110 | 10011010 | 10001 | 1001010 |
Color Harmonies of #B1C8BE
Complementary color
Monochromatic Colors of #B1C8BE
Black with #B1C8BE
Text Example
Text Example
White with #B1C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C8BE; }
p { color: rgb(177,200,190); }
H1.HeaderClassName
{
color: #B1C8BE;
}
.AnyTagClassName
{
color: #B1C8BE;
}
</style>
background-color css
<style>
a { background-color: #B1C8BE; }
a { background-color: rgb(177,200,190); }
div.DivClassName
{
background-color: #B1C8BE;
}
.BgClassName
{
background-color: #B1C8BE;
}
</style>
border-color css
<style>
span { border-color: #B1C8BE; }
span { border-color: rgb(177,200,190); }
td.TdClassName
{
border-color: #B1C8BE;
}
.TagClassName
{
border-color: #B1C8BE;
}
</style>