Shades of Tiara #B2C7BD
Tints of Tiara #B2C7BD
RGB
CMYK
RGB Variations
Color information
#B2C7BD (or 0xB2C7BD) is known color: Tiara. HEX triplet: B2, C7 and BD. RGB value is (178,199,189). Sum of RGB (Red+Green+Blue) = 178+199+189=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7BD is #4D3842. Grayscale: #BFBFBF. Windows color (decimal): -5060675 or 12437426. OLE color: 12437426.
HSL color Cylindrical-coordinate representation of color #B2C7BD: hue angle of 151.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2C7BD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 189 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.22 |
| HSL | 151.43º | 0.16% | 0.74% | - |
| HSV(B) | 151.43º | 0.11% | 0.78% | - |
| XYZ | 47.97 | 53.99 | 56.04 | - |
| YUV | 191.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 189 | 0.11 | 0 | 0.05 | 0.22 | 151.43 | 0.16 | 0.74 |
| Hex | B2 | C7 | BD | B | 0 | 5 | 16 | 97 | 10 | 4A |
| Octal | 262 | 307 | 275 | 13 | 0 | 5 | 26 | 227 | 20 | 112 |
| Binary | 10110010 | 11000111 | 10111101 | 1011 | 0 | 101 | 10110 | 10010111 | 10000 | 1001010 |
Color Harmonies of #B2C7BD
Complementary color
Monochromatic Colors of #B2C7BD
Black with #B2C7BD
Text Example
Text Example
White with #B2C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C7BD; }
p { color: rgb(178,199,189); }
H1.HeaderClassName
{
color: #B2C7BD;
}
.AnyTagClassName
{
color: #B2C7BD;
}
</style>
background-color css
<style>
a { background-color: #B2C7BD; }
a { background-color: rgb(178,199,189); }
div.DivClassName
{
background-color: #B2C7BD;
}
.BgClassName
{
background-color: #B2C7BD;
}
</style>
border-color css
<style>
span { border-color: #B2C7BD; }
span { border-color: rgb(178,199,189); }
td.TdClassName
{
border-color: #B2C7BD;
}
.TagClassName
{
border-color: #B2C7BD;
}
</style>