Shades of Tiara #B5C1BB
Tints of Tiara #B5C1BB
RGB
CMYK
RGB Variations
Color information
#B5C1BB (or 0xB5C1BB) is known color: Tiara. HEX triplet: B5, C1 and BB. RGB value is (181,193,187). Sum of RGB (Red+Green+Blue) = 181+193+187=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1BB is #4A3E44. Grayscale: #BCBCBC. Windows color (decimal): -4865605 or 12304821. OLE color: 12304821.
HSL color Cylindrical-coordinate representation of color #B5C1BB: hue angle of 150º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5C1BB is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 187 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.24 |
| HSL | 150º | 0.09% | 0.73% | - |
| HSV(B) | 150º | 0.06% | 0.76% | - |
| XYZ | 47.1 | 51.55 | 54.48 | - |
| YUV | 188.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 187 | 0.06 | 0 | 0.03 | 0.24 | 150 | 0.09 | 0.73 |
| Hex | B5 | C1 | BB | 6 | 0 | 3 | 18 | 96 | 9 | 49 |
| Octal | 265 | 301 | 273 | 6 | 0 | 3 | 30 | 226 | 11 | 111 |
| Binary | 10110101 | 11000001 | 10111011 | 110 | 0 | 11 | 11000 | 10010110 | 1001 | 1001001 |
Color Harmonies of #B5C1BB
Complementary color
Monochromatic Colors of #B5C1BB
Black with #B5C1BB
Text Example
Text Example
White with #B5C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1BB; }
p { color: rgb(181,193,187); }
H1.HeaderClassName
{
color: #B5C1BB;
}
.AnyTagClassName
{
color: #B5C1BB;
}
</style>
background-color css
<style>
a { background-color: #B5C1BB; }
a { background-color: rgb(181,193,187); }
div.DivClassName
{
background-color: #B5C1BB;
}
.BgClassName
{
background-color: #B5C1BB;
}
</style>
border-color css
<style>
span { border-color: #B5C1BB; }
span { border-color: rgb(181,193,187); }
td.TdClassName
{
border-color: #B5C1BB;
}
.TagClassName
{
border-color: #B5C1BB;
}
</style>