Shades of Tiara #B0CFC1
Tints of Tiara #B0CFC1
RGB
CMYK
RGB Variations
Color information
#B0CFC1 (or 0xB0CFC1) is known color: Tiara. HEX triplet: B0, CF and C1. RGB value is (176,207,193). Sum of RGB (Red+Green+Blue) = 176+207+193=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFC1 is #4F303E. Grayscale: #C4C4C4. Windows color (decimal): -5189695 or 12701616. OLE color: 12701616.
HSL color Cylindrical-coordinate representation of color #B0CFC1: hue angle of 152.9º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CFC1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 193 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.19 |
| HSL | 152.9º | 0.24% | 0.75% | - |
| HSV(B) | 152.9º | 0.15% | 0.81% | - |
| XYZ | 49.84 | 57.71 | 58.96 | - |
| YUV | 196.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 193 | 0.15 | 0 | 0.07 | 0.19 | 152.9 | 0.24 | 0.75 |
| Hex | B0 | CF | C1 | F | 0 | 7 | 13 | 99 | 18 | 4B |
| Octal | 260 | 317 | 301 | 17 | 0 | 7 | 23 | 231 | 30 | 113 |
| Binary | 10110000 | 11001111 | 11000001 | 1111 | 0 | 111 | 10011 | 10011001 | 11000 | 1001011 |
Color Harmonies of #B0CFC1
Complementary color
Monochromatic Colors of #B0CFC1
Black with #B0CFC1
Text Example
Text Example
White with #B0CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CFC1; }
p { color: rgb(176,207,193); }
H1.HeaderClassName
{
color: #B0CFC1;
}
.AnyTagClassName
{
color: #B0CFC1;
}
</style>
background-color css
<style>
a { background-color: #B0CFC1; }
a { background-color: rgb(176,207,193); }
div.DivClassName
{
background-color: #B0CFC1;
}
.BgClassName
{
background-color: #B0CFC1;
}
</style>
border-color css
<style>
span { border-color: #B0CFC1; }
span { border-color: rgb(176,207,193); }
td.TdClassName
{
border-color: #B0CFC1;
}
.TagClassName
{
border-color: #B0CFC1;
}
</style>