Shades of Blue Haze #C1BBD0
Tints of Blue Haze #C1BBD0
RGB
CMYK
RGB Variations
Color information
#C1BBD0 (or 0xC1BBD0) is known color: Blue Haze. HEX triplet: C1, BB and D0. RGB value is (193,187,208). Sum of RGB (Red+Green+Blue) = 193+187+208=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD0 is #3E442F. Grayscale: #BFBFBF. Windows color (decimal): -4080688 or 13679553. OLE color: 13679553.
HSL color Cylindrical-coordinate representation of color #C1BBD0: hue angle of 257.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BBD0 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 187 | 208 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.18 |
| HSL | 257.14º | 0.18% | 0.77% | - |
| HSV(B) | 257.14º | 0.1% | 0.82% | - |
| XYZ | 51.15 | 51.43 | 66.91 | - |
| YUV | 191.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 208 | 0.07 | 0.10 | 0 | 0.18 | 257.14 | 0.18 | 0.77 |
| Hex | C1 | BB | D0 | 7 | A | 0 | 12 | 101 | 12 | 4D |
| Octal | 301 | 273 | 320 | 7 | 12 | 0 | 22 | 401 | 22 | 115 |
| Binary | 11000001 | 10111011 | 11010000 | 111 | 1010 | 0 | 10010 | 100000001 | 10010 | 1001101 |
Color Harmonies of #C1BBD0
Complementary color
Monochromatic Colors of #C1BBD0
Black with #C1BBD0
Text Example
Text Example
White with #C1BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBD0; }
p { color: rgb(193,187,208); }
H1.HeaderClassName
{
color: #C1BBD0;
}
.AnyTagClassName
{
color: #C1BBD0;
}
</style>
background-color css
<style>
a { background-color: #C1BBD0; }
a { background-color: rgb(193,187,208); }
div.DivClassName
{
background-color: #C1BBD0;
}
.BgClassName
{
background-color: #C1BBD0;
}
</style>
border-color css
<style>
span { border-color: #C1BBD0; }
span { border-color: rgb(193,187,208); }
td.TdClassName
{
border-color: #C1BBD0;
}
.TagClassName
{
border-color: #C1BBD0;
}
</style>