Shades of Tiara #B1CEC1
Tints of Tiara #B1CEC1
RGB
CMYK
RGB Variations
Color information
#B1CEC1 (or 0xB1CEC1) is known color: Tiara. HEX triplet: B1, CE and C1. RGB value is (177,206,193). Sum of RGB (Red+Green+Blue) = 177+206+193=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEC1 is #4E313E. Grayscale: #C3C3C3. Windows color (decimal): -5124415 or 12701361. OLE color: 12701361.
HSL color Cylindrical-coordinate representation of color #B1CEC1: hue angle of 153.1º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1CEC1 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 193 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.19 |
| HSL | 153.1º | 0.23% | 0.75% | - |
| HSV(B) | 153.1º | 0.14% | 0.81% | - |
| XYZ | 49.83 | 57.34 | 58.89 | - |
| YUV | 195.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 193 | 0.14 | 0 | 0.06 | 0.19 | 153.1 | 0.23 | 0.75 |
| Hex | B1 | CE | C1 | E | 0 | 6 | 13 | 99 | 17 | 4B |
| Octal | 261 | 316 | 301 | 16 | 0 | 6 | 23 | 231 | 27 | 113 |
| Binary | 10110001 | 11001110 | 11000001 | 1110 | 0 | 110 | 10011 | 10011001 | 10111 | 1001011 |
Color Harmonies of #B1CEC1
Complementary color
Monochromatic Colors of #B1CEC1
Black with #B1CEC1
Text Example
Text Example
White with #B1CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEC1; }
p { color: rgb(177,206,193); }
H1.HeaderClassName
{
color: #B1CEC1;
}
.AnyTagClassName
{
color: #B1CEC1;
}
</style>
background-color css
<style>
a { background-color: #B1CEC1; }
a { background-color: rgb(177,206,193); }
div.DivClassName
{
background-color: #B1CEC1;
}
.BgClassName
{
background-color: #B1CEC1;
}
</style>
border-color css
<style>
span { border-color: #B1CEC1; }
span { border-color: rgb(177,206,193); }
td.TdClassName
{
border-color: #B1CEC1;
}
.TagClassName
{
border-color: #B1CEC1;
}
</style>