Shades of Tiara #B1C3BB
Tints of Tiara #B1C3BB
RGB
CMYK
RGB Variations
Color information
#B1C3BB (or 0xB1C3BB) is known color: Tiara. HEX triplet: B1, C3 and BB. RGB value is (177,195,187). Sum of RGB (Red+Green+Blue) = 177+195+187=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3BB is #4E3C44. Grayscale: #BCBCBC. Windows color (decimal): -5127237 or 12305329. OLE color: 12305329.
HSL color Cylindrical-coordinate representation of color #B1C3BB: hue angle of 153.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1C3BB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 195 | 187 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.24 |
| HSL | 153.33º | 0.13% | 0.73% | - |
| HSV(B) | 153.33º | 0.09% | 0.76% | - |
| XYZ | 46.62 | 51.97 | 54.59 | - |
| YUV | 188.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 195 | 187 | 0.09 | 0 | 0.04 | 0.24 | 153.33 | 0.13 | 0.73 |
| Hex | B1 | C3 | BB | 9 | 0 | 4 | 18 | 99 | D | 49 |
| Octal | 261 | 303 | 273 | 11 | 0 | 4 | 30 | 231 | 15 | 111 |
| Binary | 10110001 | 11000011 | 10111011 | 1001 | 0 | 100 | 11000 | 10011001 | 1101 | 1001001 |
Color Harmonies of #B1C3BB
Complementary color
Monochromatic Colors of #B1C3BB
Black with #B1C3BB
Text Example
Text Example
White with #B1C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C3BB; }
p { color: rgb(177,195,187); }
H1.HeaderClassName
{
color: #B1C3BB;
}
.AnyTagClassName
{
color: #B1C3BB;
}
</style>
background-color css
<style>
a { background-color: #B1C3BB; }
a { background-color: rgb(177,195,187); }
div.DivClassName
{
background-color: #B1C3BB;
}
.BgClassName
{
background-color: #B1C3BB;
}
</style>
border-color css
<style>
span { border-color: #B1C3BB; }
span { border-color: rgb(177,195,187); }
td.TdClassName
{
border-color: #B1C3BB;
}
.TagClassName
{
border-color: #B1C3BB;
}
</style>