Shades of Blue Haze #C1BCCE
Tints of Blue Haze #C1BCCE
RGB
CMYK
RGB Variations
Color information
#C1BCCE (or 0xC1BCCE) is known color: Blue Haze. HEX triplet: C1, BC and CE. RGB value is (193,188,206). Sum of RGB (Red+Green+Blue) = 193+188+206=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCCE is #3E4331. Grayscale: #BFBFBF. Windows color (decimal): -4080434 or 13548737. OLE color: 13548737.
HSL color Cylindrical-coordinate representation of color #C1BCCE: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BCCE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 188 | 206 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.19 |
| HSL | 256.67º | 0.16% | 0.77% | - |
| HSV(B) | 256.67º | 0.09% | 0.81% | - |
| XYZ | 51.12 | 51.76 | 65.69 | - |
| YUV | 191.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 206 | 0.06 | 0.09 | 0 | 0.19 | 256.67 | 0.16 | 0.77 |
| Hex | C1 | BC | CE | 6 | 9 | 0 | 13 | 101 | 10 | 4D |
| Octal | 301 | 274 | 316 | 6 | 11 | 0 | 23 | 401 | 20 | 115 |
| Binary | 11000001 | 10111100 | 11001110 | 110 | 1001 | 0 | 10011 | 100000001 | 10000 | 1001101 |
Color Harmonies of #C1BCCE
Complementary color
Monochromatic Colors of #C1BCCE
Black with #C1BCCE
Text Example
Text Example
White with #C1BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCCE; }
p { color: rgb(193,188,206); }
H1.HeaderClassName
{
color: #C1BCCE;
}
.AnyTagClassName
{
color: #C1BCCE;
}
</style>
background-color css
<style>
a { background-color: #C1BCCE; }
a { background-color: rgb(193,188,206); }
div.DivClassName
{
background-color: #C1BCCE;
}
.BgClassName
{
background-color: #C1BCCE;
}
</style>
border-color css
<style>
span { border-color: #C1BCCE; }
span { border-color: rgb(193,188,206); }
td.TdClassName
{
border-color: #C1BCCE;
}
.TagClassName
{
border-color: #C1BCCE;
}
</style>