Shades of Blue Haze #BFBCC8
Tints of Blue Haze #BFBCC8
RGB
CMYK
RGB Variations
Color information
#BFBCC8 (or 0xBFBCC8) is known color: Blue Haze. HEX triplet: BF, BC and C8. RGB value is (191,188,200). Sum of RGB (Red+Green+Blue) = 191+188+200=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC8 is #404337. Grayscale: #BEBEBE. Windows color (decimal): -4211512 or 13155519. OLE color: 13155519.
HSL color Cylindrical-coordinate representation of color #BFBCC8: hue angle of 255º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBCC8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 188 | 200 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.22 |
| HSL | 255º | 0.1% | 0.76% | - |
| HSV(B) | 255º | 0.06% | 0.78% | - |
| XYZ | 49.89 | 51.21 | 61.9 | - |
| YUV | 190.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 200 | 0.04 | 0.06 | 0 | 0.22 | 255 | 0.1 | 0.76 |
| Hex | BF | BC | C8 | 4 | 6 | 0 | 16 | FF | A | 4C |
| Octal | 277 | 274 | 310 | 4 | 6 | 0 | 26 | 377 | 12 | 114 |
| Binary | 10111111 | 10111100 | 11001000 | 100 | 110 | 0 | 10110 | 11111111 | 1010 | 1001100 |
Color Harmonies of #BFBCC8
Complementary color
Monochromatic Colors of #BFBCC8
Black with #BFBCC8
Text Example
Text Example
White with #BFBCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCC8; }
p { color: rgb(191,188,200); }
H1.HeaderClassName
{
color: #BFBCC8;
}
.AnyTagClassName
{
color: #BFBCC8;
}
</style>
background-color css
<style>
a { background-color: #BFBCC8; }
a { background-color: rgb(191,188,200); }
div.DivClassName
{
background-color: #BFBCC8;
}
.BgClassName
{
background-color: #BFBCC8;
}
</style>
border-color css
<style>
span { border-color: #BFBCC8; }
span { border-color: rgb(191,188,200); }
td.TdClassName
{
border-color: #BFBCC8;
}
.TagClassName
{
border-color: #BFBCC8;
}
</style>