Shades of Blue Haze #C1BCD0
Tints of Blue Haze #C1BCD0
RGB
CMYK
RGB Variations
Color information
#C1BCD0 (or 0xC1BCD0) is known color: Blue Haze. HEX triplet: C1, BC and D0. RGB value is (193,188,208). Sum of RGB (Red+Green+Blue) = 193+188+208=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCD0 is #3E432F. Grayscale: #BFBFBF. Windows color (decimal): -4080432 or 13679809. OLE color: 13679809.
HSL color Cylindrical-coordinate representation of color #C1BCD0: hue angle of 255º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BCD0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 188 | 208 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.18 |
| HSL | 255º | 0.18% | 0.78% | - |
| HSV(B) | 255º | 0.1% | 0.82% | - |
| XYZ | 51.36 | 51.86 | 66.98 | - |
| YUV | 191.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 208 | 0.07 | 0.10 | 0 | 0.18 | 255 | 0.18 | 0.78 |
| Hex | C1 | BC | D0 | 7 | A | 0 | 12 | FF | 12 | 4E |
| Octal | 301 | 274 | 320 | 7 | 12 | 0 | 22 | 377 | 22 | 116 |
| Binary | 11000001 | 10111100 | 11010000 | 111 | 1010 | 0 | 10010 | 11111111 | 10010 | 1001110 |
Color Harmonies of #C1BCD0
Complementary color
Monochromatic Colors of #C1BCD0
Black with #C1BCD0
Text Example
Text Example
White with #C1BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCD0; }
p { color: rgb(193,188,208); }
H1.HeaderClassName
{
color: #C1BCD0;
}
.AnyTagClassName
{
color: #C1BCD0;
}
</style>
background-color css
<style>
a { background-color: #C1BCD0; }
a { background-color: rgb(193,188,208); }
div.DivClassName
{
background-color: #C1BCD0;
}
.BgClassName
{
background-color: #C1BCD0;
}
</style>
border-color css
<style>
span { border-color: #C1BCD0; }
span { border-color: rgb(193,188,208); }
td.TdClassName
{
border-color: #C1BCD0;
}
.TagClassName
{
border-color: #C1BCD0;
}
</style>