Shades of Blue Haze #BFBCCF
Tints of Blue Haze #BFBCCF
RGB
CMYK
RGB Variations
Color information
#BFBCCF (or 0xBFBCCF) is known color: Blue Haze. HEX triplet: BF, BC and CF. RGB value is (191,188,207). Sum of RGB (Red+Green+Blue) = 191+188+207=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCF is #404330. Grayscale: #BEBEBE. Windows color (decimal): -4211505 or 13614271. OLE color: 13614271.
HSL color Cylindrical-coordinate representation of color #BFBCCF: hue angle of 249.47º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBCCF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 188 | 207 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.19 |
| HSL | 249.47º | 0.17% | 0.77% | - |
| HSV(B) | 249.47º | 0.09% | 0.81% | - |
| XYZ | 50.73 | 51.55 | 66.31 | - |
| YUV | 191.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 207 | 0.08 | 0.09 | 0 | 0.19 | 249.47 | 0.17 | 0.77 |
| Hex | BF | BC | CF | 8 | 9 | 0 | 13 | F9 | 11 | 4D |
| Octal | 277 | 274 | 317 | 10 | 11 | 0 | 23 | 371 | 21 | 115 |
| Binary | 10111111 | 10111100 | 11001111 | 1000 | 1001 | 0 | 10011 | 11111001 | 10001 | 1001101 |
Color Harmonies of #BFBCCF
Complementary color
Monochromatic Colors of #BFBCCF
Black with #BFBCCF
Text Example
Text Example
White with #BFBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCCF; }
p { color: rgb(191,188,207); }
H1.HeaderClassName
{
color: #BFBCCF;
}
.AnyTagClassName
{
color: #BFBCCF;
}
</style>
background-color css
<style>
a { background-color: #BFBCCF; }
a { background-color: rgb(191,188,207); }
div.DivClassName
{
background-color: #BFBCCF;
}
.BgClassName
{
background-color: #BFBCCF;
}
</style>
border-color css
<style>
span { border-color: #BFBCCF; }
span { border-color: rgb(191,188,207); }
td.TdClassName
{
border-color: #BFBCCF;
}
.TagClassName
{
border-color: #BFBCCF;
}
</style>