Shades of Tiara #B3C7BD
Tints of Tiara #B3C7BD
RGB
CMYK
RGB Variations
Color information
#B3C7BD (or 0xB3C7BD) is known color: Tiara. HEX triplet: B3, C7 and BD. RGB value is (179,199,189). Sum of RGB (Red+Green+Blue) = 179+199+189=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 199 - color contains mainly: green. Hex color #B3C7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C7BD is #4C3842. Grayscale: #BFBFBF. Windows color (decimal): -4995139 or 12437427. OLE color: 12437427.
HSL color Cylindrical-coordinate representation of color #B3C7BD: hue angle of 150º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3C7BD is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 199 | 189 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.22 |
| HSL | 150º | 0.15% | 0.74% | - |
| HSV(B) | 150º | 0.1% | 0.78% | - |
| XYZ | 48.2 | 54.1 | 56.05 | - |
| YUV | 191.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 199 | 189 | 0.10 | 0 | 0.05 | 0.22 | 150 | 0.15 | 0.74 |
| Hex | B3 | C7 | BD | A | 0 | 5 | 16 | 96 | F | 4A |
| Octal | 263 | 307 | 275 | 12 | 0 | 5 | 26 | 226 | 17 | 112 |
| Binary | 10110011 | 11000111 | 10111101 | 1010 | 0 | 101 | 10110 | 10010110 | 1111 | 1001010 |
Color Harmonies of #B3C7BD
Complementary color
Monochromatic Colors of #B3C7BD
Black with #B3C7BD
Text Example
Text Example
White with #B3C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C7BD; }
p { color: rgb(179,199,189); }
H1.HeaderClassName
{
color: #B3C7BD;
}
.AnyTagClassName
{
color: #B3C7BD;
}
</style>
background-color css
<style>
a { background-color: #B3C7BD; }
a { background-color: rgb(179,199,189); }
div.DivClassName
{
background-color: #B3C7BD;
}
.BgClassName
{
background-color: #B3C7BD;
}
</style>
border-color css
<style>
span { border-color: #B3C7BD; }
span { border-color: rgb(179,199,189); }
td.TdClassName
{
border-color: #B3C7BD;
}
.TagClassName
{
border-color: #B3C7BD;
}
</style>