Shades of Tiara #B5C2BC
Tints of Tiara #B5C2BC
RGB
CMYK
RGB Variations
Color information
#B5C2BC (or 0xB5C2BC) is known color: Tiara. HEX triplet: B5, C2 and BC. RGB value is (181,194,188). Sum of RGB (Red+Green+Blue) = 181+194+188=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2BC is #4A3D43. Grayscale: #BDBDBD. Windows color (decimal): -4865348 or 12370613. OLE color: 12370613.
HSL color Cylindrical-coordinate representation of color #B5C2BC: hue angle of 152.31º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5C2BC is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 188 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.24 |
| HSL | 152.31º | 0.1% | 0.74% | - |
| HSV(B) | 152.31º | 0.07% | 0.76% | - |
| XYZ | 47.42 | 52.04 | 55.12 | - |
| YUV | 189.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 188 | 0.07 | 0 | 0.03 | 0.24 | 152.31 | 0.1 | 0.74 |
| Hex | B5 | C2 | BC | 7 | 0 | 3 | 18 | 98 | A | 4A |
| Octal | 265 | 302 | 274 | 7 | 0 | 3 | 30 | 230 | 12 | 112 |
| Binary | 10110101 | 11000010 | 10111100 | 111 | 0 | 11 | 11000 | 10011000 | 1010 | 1001010 |
Color Harmonies of #B5C2BC
Complementary color
Monochromatic Colors of #B5C2BC
Black with #B5C2BC
Text Example
Text Example
White with #B5C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2BC; }
p { color: rgb(181,194,188); }
H1.HeaderClassName
{
color: #B5C2BC;
}
.AnyTagClassName
{
color: #B5C2BC;
}
</style>
background-color css
<style>
a { background-color: #B5C2BC; }
a { background-color: rgb(181,194,188); }
div.DivClassName
{
background-color: #B5C2BC;
}
.BgClassName
{
background-color: #B5C2BC;
}
</style>
border-color css
<style>
span { border-color: #B5C2BC; }
span { border-color: rgb(181,194,188); }
td.TdClassName
{
border-color: #B5C2BC;
}
.TagClassName
{
border-color: #B5C2BC;
}
</style>