Shades of Blue Haze #BCBAD1
Tints of Blue Haze #BCBAD1
RGB
CMYK
RGB Variations
Color information
#BCBAD1 (or 0xBCBAD1) is known color: Blue Haze. HEX triplet: BC, BA and D1. RGB value is (188,186,209). Sum of RGB (Red+Green+Blue) = 188+186+209=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBAD1 is #43452E. Grayscale: #BDBDBD. Windows color (decimal): -4408623 or 13744828. OLE color: 13744828.
HSL color Cylindrical-coordinate representation of color #BCBAD1: hue angle of 245.22º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCBAD1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 186 | 209 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.18 |
| HSL | 245.22º | 0.2% | 0.77% | - |
| HSV(B) | 245.22º | 0.11% | 0.82% | - |
| XYZ | 49.81 | 50.41 | 67.43 | - |
| YUV | 189.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 209 | 0.10 | 0.11 | 0 | 0.18 | 245.22 | 0.2 | 0.77 |
| Hex | BC | BA | D1 | A | B | 0 | 12 | F5 | 14 | 4D |
| Octal | 274 | 272 | 321 | 12 | 13 | 0 | 22 | 365 | 24 | 115 |
| Binary | 10111100 | 10111010 | 11010001 | 1010 | 1011 | 0 | 10010 | 11110101 | 10100 | 1001101 |
Color Harmonies of #BCBAD1
Complementary color
Monochromatic Colors of #BCBAD1
Black with #BCBAD1
Text Example
Text Example
White with #BCBAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBAD1; }
p { color: rgb(188,186,209); }
H1.HeaderClassName
{
color: #BCBAD1;
}
.AnyTagClassName
{
color: #BCBAD1;
}
</style>
background-color css
<style>
a { background-color: #BCBAD1; }
a { background-color: rgb(188,186,209); }
div.DivClassName
{
background-color: #BCBAD1;
}
.BgClassName
{
background-color: #BCBAD1;
}
</style>
border-color css
<style>
span { border-color: #BCBAD1; }
span { border-color: rgb(188,186,209); }
td.TdClassName
{
border-color: #BCBAD1;
}
.TagClassName
{
border-color: #BCBAD1;
}
</style>