Shades of Tiara #B5C0BC
Tints of Tiara #B5C0BC
RGB
CMYK
RGB Variations
Color information
#B5C0BC (or 0xB5C0BC) is known color: Tiara. HEX triplet: B5, C0 and BC. RGB value is (181,192,188). Sum of RGB (Red+Green+Blue) = 181+192+188=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C0BC is #4A3F43. Grayscale: #BCBCBC. Windows color (decimal): -4865860 or 12370101. OLE color: 12370101.
HSL color Cylindrical-coordinate representation of color #B5C0BC: hue angle of 158.18º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5C0BC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 192 | 188 | - |
CMYK | 0.06 | 0 | 0.02 | 0.25 |
HSL | 158.18º | 0.08% | 0.73% | - |
HSV(B) | 158.18º | 0.06% | 0.75% | - |
XYZ | 46.98 | 51.15 | 54.97 | - |
YUV | 188.26 | 127.86 | 122.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 192 | 188 | 0.06 | 0 | 0.02 | 0.25 | 158.18 | 0.08 | 0.73 |
Hex | B5 | C0 | BC | 6 | 0 | 2 | 19 | 9E | 8 | 49 |
Octal | 265 | 300 | 274 | 6 | 0 | 2 | 31 | 236 | 10 | 111 |
Binary | 10110101 | 11000000 | 10111100 | 110 | 0 | 10 | 11001 | 10011110 | 1000 | 1001001 |
Color Harmonies of #B5C0BC
Complementary color
Monochromatic Colors of #B5C0BC
Black with #B5C0BC
Text Example
Text Example
White with #B5C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C0BC; }
p { color: rgb(181,192,188); }
H1.HeaderClassName
{
color: #B5C0BC;
}
.AnyTagClassName
{
color: #B5C0BC;
}
</style>
background-color css
<style>
a { background-color: #B5C0BC; }
a { background-color: rgb(181,192,188); }
div.DivClassName
{
background-color: #B5C0BC;
}
.BgClassName
{
background-color: #B5C0BC;
}
</style>
border-color css
<style>
span { border-color: #B5C0BC; }
span { border-color: rgb(181,192,188); }
td.TdClassName
{
border-color: #B5C0BC;
}
.TagClassName
{
border-color: #B5C0BC;
}
</style>