Shades of Blue Haze #C1BFCE
Tints of Blue Haze #C1BFCE
RGB
CMYK
RGB Variations
Color information
#C1BFCE (or 0xC1BFCE) is known color: Blue Haze. HEX triplet: C1, BF and CE. RGB value is (193,191,206). Sum of RGB (Red+Green+Blue) = 193+191+206=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFCE is #3E4031. Grayscale: #C1C1C1. Windows color (decimal): -4079666 or 13549505. OLE color: 13549505.
HSL color Cylindrical-coordinate representation of color #C1BFCE: hue angle of 248º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1BFCE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 191 | 206 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.19 |
| HSL | 248º | 0.13% | 0.78% | - |
| HSV(B) | 248º | 0.07% | 0.81% | - |
| XYZ | 51.76 | 53.06 | 65.9 | - |
| YUV | 193.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 206 | 0.06 | 0.07 | 0 | 0.19 | 248 | 0.13 | 0.78 |
| Hex | C1 | BF | CE | 6 | 7 | 0 | 13 | F8 | D | 4E |
| Octal | 301 | 277 | 316 | 6 | 7 | 0 | 23 | 370 | 15 | 116 |
| Binary | 11000001 | 10111111 | 11001110 | 110 | 111 | 0 | 10011 | 11111000 | 1101 | 1001110 |
Color Harmonies of #C1BFCE
Complementary color
Monochromatic Colors of #C1BFCE
Black with #C1BFCE
Text Example
Text Example
White with #C1BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFCE; }
p { color: rgb(193,191,206); }
H1.HeaderClassName
{
color: #C1BFCE;
}
.AnyTagClassName
{
color: #C1BFCE;
}
</style>
background-color css
<style>
a { background-color: #C1BFCE; }
a { background-color: rgb(193,191,206); }
div.DivClassName
{
background-color: #C1BFCE;
}
.BgClassName
{
background-color: #C1BFCE;
}
</style>
border-color css
<style>
span { border-color: #C1BFCE; }
span { border-color: rgb(193,191,206); }
td.TdClassName
{
border-color: #C1BFCE;
}
.TagClassName
{
border-color: #C1BFCE;
}
</style>