Shades of Blue Haze #C1BCD7
Tints of Blue Haze #C1BCD7
RGB
CMYK
RGB Variations
Color information
#C1BCD7 (or 0xC1BCD7) is known color: Blue Haze. HEX triplet: C1, BC and D7. RGB value is (193,188,215). Sum of RGB (Red+Green+Blue) = 193+188+215=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #C1BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCD7 is #3E4328. Grayscale: #C0C0C0. Windows color (decimal): -4080425 or 14138561. OLE color: 14138561.
HSL color Cylindrical-coordinate representation of color #C1BCD7: hue angle of 251.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BCD7 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 188 | 215 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.16 |
| HSL | 251.11º | 0.25% | 0.79% | - |
| HSV(B) | 251.11º | 0.13% | 0.84% | - |
| XYZ | 52.24 | 52.21 | 71.61 | - |
| YUV | 192.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 215 | 0.10 | 0.13 | 0 | 0.16 | 251.11 | 0.25 | 0.79 |
| Hex | C1 | BC | D7 | A | D | 0 | 10 | FB | 19 | 4F |
| Octal | 301 | 274 | 327 | 12 | 15 | 0 | 20 | 373 | 31 | 117 |
| Binary | 11000001 | 10111100 | 11010111 | 1010 | 1101 | 0 | 10000 | 11111011 | 11001 | 1001111 |
Color Harmonies of #C1BCD7
Complementary color
Monochromatic Colors of #C1BCD7
Black with #C1BCD7
Text Example
Text Example
White with #C1BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCD7; }
p { color: rgb(193,188,215); }
H1.HeaderClassName
{
color: #C1BCD7;
}
.AnyTagClassName
{
color: #C1BCD7;
}
</style>
background-color css
<style>
a { background-color: #C1BCD7; }
a { background-color: rgb(193,188,215); }
div.DivClassName
{
background-color: #C1BCD7;
}
.BgClassName
{
background-color: #C1BCD7;
}
</style>
border-color css
<style>
span { border-color: #C1BCD7; }
span { border-color: rgb(193,188,215); }
td.TdClassName
{
border-color: #C1BCD7;
}
.TagClassName
{
border-color: #C1BCD7;
}
</style>