Shades of Tiara #B4C1BB
Tints of Tiara #B4C1BB
RGB
CMYK
RGB Variations
Color information
#B4C1BB (or 0xB4C1BB) is known color: Tiara. HEX triplet: B4, C1 and BB. RGB value is (180,193,187). Sum of RGB (Red+Green+Blue) = 180+193+187=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BB is #4B3E44. Grayscale: #BCBCBC. Windows color (decimal): -4931141 or 12304820. OLE color: 12304820.
HSL color Cylindrical-coordinate representation of color #B4C1BB: hue angle of 152.31º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C1BB is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 187 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.24 |
| HSL | 152.31º | 0.09% | 0.73% | - |
| HSV(B) | 152.31º | 0.07% | 0.76% | - |
| XYZ | 46.86 | 51.43 | 54.47 | - |
| YUV | 188.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 187 | 0.07 | 0 | 0.03 | 0.24 | 152.31 | 0.09 | 0.73 |
| Hex | B4 | C1 | BB | 7 | 0 | 3 | 18 | 98 | 9 | 49 |
| Octal | 264 | 301 | 273 | 7 | 0 | 3 | 30 | 230 | 11 | 111 |
| Binary | 10110100 | 11000001 | 10111011 | 111 | 0 | 11 | 11000 | 10011000 | 1001 | 1001001 |
Color Harmonies of #B4C1BB
Complementary color
Monochromatic Colors of #B4C1BB
Black with #B4C1BB
Text Example
Text Example
White with #B4C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1BB; }
p { color: rgb(180,193,187); }
H1.HeaderClassName
{
color: #B4C1BB;
}
.AnyTagClassName
{
color: #B4C1BB;
}
</style>
background-color css
<style>
a { background-color: #B4C1BB; }
a { background-color: rgb(180,193,187); }
div.DivClassName
{
background-color: #B4C1BB;
}
.BgClassName
{
background-color: #B4C1BB;
}
</style>
border-color css
<style>
span { border-color: #B4C1BB; }
span { border-color: rgb(180,193,187); }
td.TdClassName
{
border-color: #B4C1BB;
}
.TagClassName
{
border-color: #B4C1BB;
}
</style>