Shades of Tiara #B4C1BA
Tints of Tiara #B4C1BA
RGB
CMYK
RGB Variations
Color information
#B4C1BA (or 0xB4C1BA) is known color: Tiara. HEX triplet: B4, C1 and BA. RGB value is (180,193,186). Sum of RGB (Red+Green+Blue) = 180+193+186=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1BA is #4B3E45. Grayscale: #BCBCBC. Windows color (decimal): -4931142 or 12239284. OLE color: 12239284.
HSL color Cylindrical-coordinate representation of color #B4C1BA: hue angle of 147.69º 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 #B4C1BA is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 186 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.24 |
| HSL | 147.69º | 0.09% | 0.73% | - |
| HSV(B) | 147.69º | 0.07% | 0.76% | - |
| XYZ | 46.76 | 51.39 | 53.91 | - |
| YUV | 188.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 186 | 0.07 | 0 | 0.04 | 0.24 | 147.69 | 0.09 | 0.73 |
| Hex | B4 | C1 | BA | 7 | 0 | 4 | 18 | 94 | 9 | 49 |
| Octal | 264 | 301 | 272 | 7 | 0 | 4 | 30 | 224 | 11 | 111 |
| Binary | 10110100 | 11000001 | 10111010 | 111 | 0 | 100 | 11000 | 10010100 | 1001 | 1001001 |
Color Harmonies of #B4C1BA
Complementary color
Monochromatic Colors of #B4C1BA
Black with #B4C1BA
Text Example
Text Example
White with #B4C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1BA; }
p { color: rgb(180,193,186); }
H1.HeaderClassName
{
color: #B4C1BA;
}
.AnyTagClassName
{
color: #B4C1BA;
}
</style>
background-color css
<style>
a { background-color: #B4C1BA; }
a { background-color: rgb(180,193,186); }
div.DivClassName
{
background-color: #B4C1BA;
}
.BgClassName
{
background-color: #B4C1BA;
}
</style>
border-color css
<style>
span { border-color: #B4C1BA; }
span { border-color: rgb(180,193,186); }
td.TdClassName
{
border-color: #B4C1BA;
}
.TagClassName
{
border-color: #B4C1BA;
}
</style>