Shades of Blue Haze #C1BECE
Tints of Blue Haze #C1BECE
RGB
CMYK
RGB Variations
Color information
#C1BECE (or 0xC1BECE) is known color: Blue Haze. HEX triplet: C1, BE and CE. RGB value is (193,190,206). Sum of RGB (Red+Green+Blue) = 193+190+206=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECE is #3E4131. Grayscale: #C0C0C0. Windows color (decimal): -4079922 or 13549249. OLE color: 13549249.
HSL color Cylindrical-coordinate representation of color #C1BECE: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BECE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 190 | 206 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.19 |
| HSL | 251.25º | 0.14% | 0.78% | - |
| HSV(B) | 251.25º | 0.08% | 0.81% | - |
| XYZ | 51.55 | 52.62 | 65.83 | - |
| YUV | 192.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 206 | 0.06 | 0.08 | 0 | 0.19 | 251.25 | 0.14 | 0.78 |
| Hex | C1 | BE | CE | 6 | 8 | 0 | 13 | FB | E | 4E |
| Octal | 301 | 276 | 316 | 6 | 10 | 0 | 23 | 373 | 16 | 116 |
| Binary | 11000001 | 10111110 | 11001110 | 110 | 1000 | 0 | 10011 | 11111011 | 1110 | 1001110 |
Color Harmonies of #C1BECE
Complementary color
Monochromatic Colors of #C1BECE
Black with #C1BECE
Text Example
Text Example
White with #C1BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BECE; }
p { color: rgb(193,190,206); }
H1.HeaderClassName
{
color: #C1BECE;
}
.AnyTagClassName
{
color: #C1BECE;
}
</style>
background-color css
<style>
a { background-color: #C1BECE; }
a { background-color: rgb(193,190,206); }
div.DivClassName
{
background-color: #C1BECE;
}
.BgClassName
{
background-color: #C1BECE;
}
</style>
border-color css
<style>
span { border-color: #C1BECE; }
span { border-color: rgb(193,190,206); }
td.TdClassName
{
border-color: #C1BECE;
}
.TagClassName
{
border-color: #C1BECE;
}
</style>