Shades of Blue Haze #BFBCD1
Tints of Blue Haze #BFBCD1
RGB
CMYK
RGB Variations
Color information
#BFBCD1 (or 0xBFBCD1) is known color: Blue Haze. HEX triplet: BF, BC and D1. RGB value is (191,188,209). Sum of RGB (Red+Green+Blue) = 191+188+209=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 209 (82.03% from 255 or 35.54% from 588); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFBCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCD1 is #40432E. Grayscale: #BFBFBF. Windows color (decimal): -4211503 or 13745343. OLE color: 13745343.
HSL color Cylindrical-coordinate representation of color #BFBCD1: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBCD1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 188 | 209 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 248.57º | 0.19% | 0.78% | - |
| HSV(B) | 248.57º | 0.1% | 0.82% | - |
| XYZ | 50.98 | 51.65 | 67.6 | - |
| YUV | 191.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 209 | 0.09 | 0.10 | 0 | 0.18 | 248.57 | 0.19 | 0.78 |
| Hex | BF | BC | D1 | 9 | A | 0 | 12 | F9 | 13 | 4E |
| Octal | 277 | 274 | 321 | 11 | 12 | 0 | 22 | 371 | 23 | 116 |
| Binary | 10111111 | 10111100 | 11010001 | 1001 | 1010 | 0 | 10010 | 11111001 | 10011 | 1001110 |
Color Harmonies of #BFBCD1
Complementary color
Monochromatic Colors of #BFBCD1
Black with #BFBCD1
Text Example
Text Example
White with #BFBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCD1; }
p { color: rgb(191,188,209); }
H1.HeaderClassName
{
color: #BFBCD1;
}
.AnyTagClassName
{
color: #BFBCD1;
}
</style>
background-color css
<style>
a { background-color: #BFBCD1; }
a { background-color: rgb(191,188,209); }
div.DivClassName
{
background-color: #BFBCD1;
}
.BgClassName
{
background-color: #BFBCD1;
}
</style>
border-color css
<style>
span { border-color: #BFBCD1; }
span { border-color: rgb(191,188,209); }
td.TdClassName
{
border-color: #BFBCD1;
}
.TagClassName
{
border-color: #BFBCD1;
}
</style>