Shades of Tiara #B9CEC4
Tints of Tiara #B9CEC4
RGB
CMYK
RGB Variations
Color information
#B9CEC4 (or 0xB9CEC4) is known color: Tiara. HEX triplet: B9, CE and C4. RGB value is (185,206,196). Sum of RGB (Red+Green+Blue) = 185+206+196=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CEC4 is #46313B. Grayscale: #C6C6C6. Windows color (decimal): -4600124 or 12897977. OLE color: 12897977.
HSL color Cylindrical-coordinate representation of color #B9CEC4: hue angle of 151.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CEC4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 196 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.19 |
| HSL | 151.43º | 0.18% | 0.77% | - |
| HSV(B) | 151.43º | 0.1% | 0.81% | - |
| XYZ | 52.04 | 58.44 | 60.76 | - |
| YUV | 198.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 196 | 0.10 | 0 | 0.05 | 0.19 | 151.43 | 0.18 | 0.77 |
| Hex | B9 | CE | C4 | A | 0 | 5 | 13 | 97 | 12 | 4D |
| Octal | 271 | 316 | 304 | 12 | 0 | 5 | 23 | 227 | 22 | 115 |
| Binary | 10111001 | 11001110 | 11000100 | 1010 | 0 | 101 | 10011 | 10010111 | 10010 | 1001101 |
Color Harmonies of #B9CEC4
Complementary color
Monochromatic Colors of #B9CEC4
Black with #B9CEC4
Text Example
Text Example
White with #B9CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CEC4; }
p { color: rgb(185,206,196); }
H1.HeaderClassName
{
color: #B9CEC4;
}
.AnyTagClassName
{
color: #B9CEC4;
}
</style>
background-color css
<style>
a { background-color: #B9CEC4; }
a { background-color: rgb(185,206,196); }
div.DivClassName
{
background-color: #B9CEC4;
}
.BgClassName
{
background-color: #B9CEC4;
}
</style>
border-color css
<style>
span { border-color: #B9CEC4; }
span { border-color: rgb(185,206,196); }
td.TdClassName
{
border-color: #B9CEC4;
}
.TagClassName
{
border-color: #B9CEC4;
}
</style>