Shades of Tiara #B2C3BB
Tints of Tiara #B2C3BB
RGB
CMYK
RGB Variations
Color information
#B2C3BB (or 0xB2C3BB) is known color: Tiara. HEX triplet: B2, C3 and BB. RGB value is (178,195,187). Sum of RGB (Red+Green+Blue) = 178+195+187=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C3BB is #4D3C44. Grayscale: #BDBDBD. Windows color (decimal): -5061701 or 12305330. OLE color: 12305330.
HSL color Cylindrical-coordinate representation of color #B2C3BB: hue angle of 151.76º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2C3BB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 187 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.24 |
| HSL | 151.76º | 0.12% | 0.73% | - |
| HSV(B) | 151.76º | 0.09% | 0.76% | - |
| XYZ | 46.84 | 52.08 | 54.6 | - |
| YUV | 189.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 187 | 0.09 | 0 | 0.04 | 0.24 | 151.76 | 0.12 | 0.73 |
| Hex | B2 | C3 | BB | 9 | 0 | 4 | 18 | 98 | C | 49 |
| Octal | 262 | 303 | 273 | 11 | 0 | 4 | 30 | 230 | 14 | 111 |
| Binary | 10110010 | 11000011 | 10111011 | 1001 | 0 | 100 | 11000 | 10011000 | 1100 | 1001001 |
Color Harmonies of #B2C3BB
Complementary color
Monochromatic Colors of #B2C3BB
Black with #B2C3BB
Text Example
Text Example
White with #B2C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C3BB; }
p { color: rgb(178,195,187); }
H1.HeaderClassName
{
color: #B2C3BB;
}
.AnyTagClassName
{
color: #B2C3BB;
}
</style>
background-color css
<style>
a { background-color: #B2C3BB; }
a { background-color: rgb(178,195,187); }
div.DivClassName
{
background-color: #B2C3BB;
}
.BgClassName
{
background-color: #B2C3BB;
}
</style>
border-color css
<style>
span { border-color: #B2C3BB; }
span { border-color: rgb(178,195,187); }
td.TdClassName
{
border-color: #B2C3BB;
}
.TagClassName
{
border-color: #B2C3BB;
}
</style>