Shades of Blue Haze #BCBACF
Tints of Blue Haze #BCBACF
RGB
CMYK
RGB Variations
Color information
#BCBACF (or 0xBCBACF) is known color: Blue Haze. HEX triplet: BC, BA and CF. RGB value is (188,186,207). Sum of RGB (Red+Green+Blue) = 188+186+207=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBACF is #434530. Grayscale: #BCBCBC. Windows color (decimal): -4408625 or 13613756. OLE color: 13613756.
HSL color Cylindrical-coordinate representation of color #BCBACF: hue angle of 245.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCBACF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 186 | 207 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.19 |
| HSL | 245.71º | 0.18% | 0.77% | - |
| HSV(B) | 245.71º | 0.1% | 0.81% | - |
| XYZ | 49.56 | 50.31 | 66.13 | - |
| YUV | 188.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 207 | 0.09 | 0.10 | 0 | 0.19 | 245.71 | 0.18 | 0.77 |
| Hex | BC | BA | CF | 9 | A | 0 | 13 | F6 | 12 | 4D |
| Octal | 274 | 272 | 317 | 11 | 12 | 0 | 23 | 366 | 22 | 115 |
| Binary | 10111100 | 10111010 | 11001111 | 1001 | 1010 | 0 | 10011 | 11110110 | 10010 | 1001101 |
Color Harmonies of #BCBACF
Complementary color
Monochromatic Colors of #BCBACF
Black with #BCBACF
Text Example
Text Example
White with #BCBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBACF; }
p { color: rgb(188,186,207); }
H1.HeaderClassName
{
color: #BCBACF;
}
.AnyTagClassName
{
color: #BCBACF;
}
</style>
background-color css
<style>
a { background-color: #BCBACF; }
a { background-color: rgb(188,186,207); }
div.DivClassName
{
background-color: #BCBACF;
}
.BgClassName
{
background-color: #BCBACF;
}
</style>
border-color css
<style>
span { border-color: #BCBACF; }
span { border-color: rgb(188,186,207); }
td.TdClassName
{
border-color: #BCBACF;
}
.TagClassName
{
border-color: #BCBACF;
}
</style>