Shades of Blue Haze #C1BBD1
Tints of Blue Haze #C1BBD1
RGB
CMYK
RGB Variations
Color information
#C1BBD1 (or 0xC1BBD1) is known color: Blue Haze. HEX triplet: C1, BB and D1. RGB value is (193,187,209). Sum of RGB (Red+Green+Blue) = 193+187+209=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD1 is #3E442E. Grayscale: #BFBFBF. Windows color (decimal): -4080687 or 13745089. OLE color: 13745089.
HSL color Cylindrical-coordinate representation of color #C1BBD1: hue angle of 256.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BBD1 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 187 | 209 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.18 |
| HSL | 256.36º | 0.19% | 0.78% | - |
| HSV(B) | 256.36º | 0.11% | 0.82% | - |
| XYZ | 51.27 | 51.48 | 67.56 | - |
| YUV | 191.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 209 | 0.08 | 0.11 | 0 | 0.18 | 256.36 | 0.19 | 0.78 |
| Hex | C1 | BB | D1 | 8 | B | 0 | 12 | 100 | 13 | 4E |
| Octal | 301 | 273 | 321 | 10 | 13 | 0 | 22 | 400 | 23 | 116 |
| Binary | 11000001 | 10111011 | 11010001 | 1000 | 1011 | 0 | 10010 | 100000000 | 10011 | 1001110 |
Color Harmonies of #C1BBD1
Complementary color
Monochromatic Colors of #C1BBD1
Black with #C1BBD1
Text Example
Text Example
White with #C1BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBD1; }
p { color: rgb(193,187,209); }
H1.HeaderClassName
{
color: #C1BBD1;
}
.AnyTagClassName
{
color: #C1BBD1;
}
</style>
background-color css
<style>
a { background-color: #C1BBD1; }
a { background-color: rgb(193,187,209); }
div.DivClassName
{
background-color: #C1BBD1;
}
.BgClassName
{
background-color: #C1BBD1;
}
</style>
border-color css
<style>
span { border-color: #C1BBD1; }
span { border-color: rgb(193,187,209); }
td.TdClassName
{
border-color: #C1BBD1;
}
.TagClassName
{
border-color: #C1BBD1;
}
</style>