Shades of Blue Haze #BFBAD2
Tints of Blue Haze #BFBAD2
RGB
CMYK
RGB Variations
Color information
#BFBAD2 (or 0xBFBAD2) is known color: Blue Haze. HEX triplet: BF, BA and D2. RGB value is (191,186,210). Sum of RGB (Red+Green+Blue) = 191+186+210=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFBAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAD2 is #40452D. Grayscale: #BEBEBE. Windows color (decimal): -4212014 or 13810367. OLE color: 13810367.
HSL color Cylindrical-coordinate representation of color #BFBAD2: hue angle of 252.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBAD2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 186 | 210 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.18 |
| HSL | 252.5º | 0.21% | 0.78% | - |
| HSV(B) | 252.5º | 0.11% | 0.82% | - |
| XYZ | 50.68 | 50.85 | 68.12 | - |
| YUV | 190.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 210 | 0.09 | 0.11 | 0 | 0.18 | 252.5 | 0.21 | 0.78 |
| Hex | BF | BA | D2 | 9 | B | 0 | 12 | FD | 15 | 4E |
| Octal | 277 | 272 | 322 | 11 | 13 | 0 | 22 | 375 | 25 | 116 |
| Binary | 10111111 | 10111010 | 11010010 | 1001 | 1011 | 0 | 10010 | 11111101 | 10101 | 1001110 |
Color Harmonies of #BFBAD2
Complementary color
Monochromatic Colors of #BFBAD2
Black with #BFBAD2
Text Example
Text Example
White with #BFBAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAD2; }
p { color: rgb(191,186,210); }
H1.HeaderClassName
{
color: #BFBAD2;
}
.AnyTagClassName
{
color: #BFBAD2;
}
</style>
background-color css
<style>
a { background-color: #BFBAD2; }
a { background-color: rgb(191,186,210); }
div.DivClassName
{
background-color: #BFBAD2;
}
.BgClassName
{
background-color: #BFBAD2;
}
</style>
border-color css
<style>
span { border-color: #BFBAD2; }
span { border-color: rgb(191,186,210); }
td.TdClassName
{
border-color: #BFBAD2;
}
.TagClassName
{
border-color: #BFBAD2;
}
</style>