Shades of Blue Haze #BFB8D1
Tints of Blue Haze #BFB8D1
RGB
CMYK
RGB Variations
Color information
#BFB8D1 (or 0xBFB8D1) is known color: Blue Haze. HEX triplet: BF, B8 and D1. RGB value is (191,184,209). Sum of RGB (Red+Green+Blue) = 191+184+209=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8D1 is #40472E. Grayscale: #BCBCBC. Windows color (decimal): -4212527 or 13744319. OLE color: 13744319.
HSL color Cylindrical-coordinate representation of color #BFB8D1: hue angle of 256.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB8D1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 184 | 209 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.18 |
| HSL | 256.8º | 0.21% | 0.77% | - |
| HSV(B) | 256.8º | 0.12% | 0.82% | - |
| XYZ | 50.13 | 49.96 | 67.32 | - |
| YUV | 188.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 184 | 209 | 0.09 | 0.12 | 0 | 0.18 | 256.8 | 0.21 | 0.77 |
| Hex | BF | B8 | D1 | 9 | C | 0 | 12 | 101 | 15 | 4D |
| Octal | 277 | 270 | 321 | 11 | 14 | 0 | 22 | 401 | 25 | 115 |
| Binary | 10111111 | 10111000 | 11010001 | 1001 | 1100 | 0 | 10010 | 100000001 | 10101 | 1001101 |
Color Harmonies of #BFB8D1
Complementary color
Monochromatic Colors of #BFB8D1
Black with #BFB8D1
Text Example
Text Example
White with #BFB8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB8D1; }
p { color: rgb(191,184,209); }
H1.HeaderClassName
{
color: #BFB8D1;
}
.AnyTagClassName
{
color: #BFB8D1;
}
</style>
background-color css
<style>
a { background-color: #BFB8D1; }
a { background-color: rgb(191,184,209); }
div.DivClassName
{
background-color: #BFB8D1;
}
.BgClassName
{
background-color: #BFB8D1;
}
</style>
border-color css
<style>
span { border-color: #BFB8D1; }
span { border-color: rgb(191,184,209); }
td.TdClassName
{
border-color: #BFB8D1;
}
.TagClassName
{
border-color: #BFB8D1;
}
</style>