Shades of Tiara #B7C0BD
Tints of Tiara #B7C0BD
RGB
CMYK
RGB Variations
Color information
#B7C0BD (or 0xB7C0BD) is known color: Tiara. HEX triplet: B7, C0 and BD. RGB value is (183,192,189). Sum of RGB (Red+Green+Blue) = 183+192+189=564 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.45% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0BD is #483F42. Grayscale: #BCBCBC. Windows color (decimal): -4734787 or 12435639. OLE color: 12435639.
HSL color Cylindrical-coordinate representation of color #B7C0BD: hue angle of 160º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B7C0BD is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 189 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.25 |
| HSL | 160º | 0.07% | 0.74% | - |
| HSV(B) | 160º | 0.05% | 0.75% | - |
| XYZ | 47.56 | 51.44 | 55.57 | - |
| YUV | 188.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 189 | 0.05 | 0 | 0.02 | 0.25 | 160 | 0.07 | 0.74 |
| Hex | B7 | C0 | BD | 5 | 0 | 2 | 19 | A0 | 7 | 4A |
| Octal | 267 | 300 | 275 | 5 | 0 | 2 | 31 | 240 | 7 | 112 |
| Binary | 10110111 | 11000000 | 10111101 | 101 | 0 | 10 | 11001 | 10100000 | 111 | 1001010 |
Color Harmonies of #B7C0BD
Complementary color
Monochromatic Colors of #B7C0BD
Black with #B7C0BD
Text Example
Text Example
White with #B7C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C0BD; }
p { color: rgb(183,192,189); }
H1.HeaderClassName
{
color: #B7C0BD;
}
.AnyTagClassName
{
color: #B7C0BD;
}
</style>
background-color css
<style>
a { background-color: #B7C0BD; }
a { background-color: rgb(183,192,189); }
div.DivClassName
{
background-color: #B7C0BD;
}
.BgClassName
{
background-color: #B7C0BD;
}
</style>
border-color css
<style>
span { border-color: #B7C0BD; }
span { border-color: rgb(183,192,189); }
td.TdClassName
{
border-color: #B7C0BD;
}
.TagClassName
{
border-color: #B7C0BD;
}
</style>