Shades of Tiara #B8C4BF
Tints of Tiara #B8C4BF
RGB
CMYK
RGB Variations
Color information
#B8C4BF (or 0xB8C4BF) is known color: Tiara. HEX triplet: B8, C4 and BF. RGB value is (184,196,191). Sum of RGB (Red+Green+Blue) = 184+196+191=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C4BF is #473B40. Grayscale: #BFBFBF. Windows color (decimal): -4668225 or 12567736. OLE color: 12567736.
HSL color Cylindrical-coordinate representation of color #B8C4BF: hue angle of 155º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B8C4BF is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 191 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.23 |
| HSL | 155º | 0.09% | 0.75% | - |
| HSV(B) | 155º | 0.06% | 0.77% | - |
| XYZ | 48.91 | 53.43 | 57.03 | - |
| YUV | 191.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 191 | 0.06 | 0 | 0.03 | 0.23 | 155 | 0.09 | 0.75 |
| Hex | B8 | C4 | BF | 6 | 0 | 3 | 17 | 9B | 9 | 4B |
| Octal | 270 | 304 | 277 | 6 | 0 | 3 | 27 | 233 | 11 | 113 |
| Binary | 10111000 | 11000100 | 10111111 | 110 | 0 | 11 | 10111 | 10011011 | 1001 | 1001011 |
Color Harmonies of #B8C4BF
Complementary color
Monochromatic Colors of #B8C4BF
Black with #B8C4BF
Text Example
Text Example
White with #B8C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C4BF; }
p { color: rgb(184,196,191); }
H1.HeaderClassName
{
color: #B8C4BF;
}
.AnyTagClassName
{
color: #B8C4BF;
}
</style>
background-color css
<style>
a { background-color: #B8C4BF; }
a { background-color: rgb(184,196,191); }
div.DivClassName
{
background-color: #B8C4BF;
}
.BgClassName
{
background-color: #B8C4BF;
}
</style>
border-color css
<style>
span { border-color: #B8C4BF; }
span { border-color: rgb(184,196,191); }
td.TdClassName
{
border-color: #B8C4BF;
}
.TagClassName
{
border-color: #B8C4BF;
}
</style>