Shades of Blue Haze #BFBCCD
Tints of Blue Haze #BFBCCD
RGB
CMYK
RGB Variations
Color information
#BFBCCD (or 0xBFBCCD) is known color: Blue Haze. HEX triplet: BF, BC and CD. RGB value is (191,188,205). Sum of RGB (Red+Green+Blue) = 191+188+205=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFBCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCD is #404332. Grayscale: #BEBEBE. Windows color (decimal): -4211507 or 13483199. OLE color: 13483199.
HSL color Cylindrical-coordinate representation of color #BFBCCD: hue angle of 250.59º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBCCD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 188 | 205 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.20 |
| HSL | 250.59º | 0.15% | 0.77% | - |
| HSV(B) | 250.59º | 0.08% | 0.8% | - |
| XYZ | 50.49 | 51.45 | 65.03 | - |
| YUV | 190.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 205 | 0.07 | 0.08 | 0 | 0.20 | 250.59 | 0.15 | 0.77 |
| Hex | BF | BC | CD | 7 | 8 | 0 | 14 | FB | F | 4D |
| Octal | 277 | 274 | 315 | 7 | 10 | 0 | 24 | 373 | 17 | 115 |
| Binary | 10111111 | 10111100 | 11001101 | 111 | 1000 | 0 | 10100 | 11111011 | 1111 | 1001101 |
Color Harmonies of #BFBCCD
Complementary color
Monochromatic Colors of #BFBCCD
Black with #BFBCCD
Text Example
Text Example
White with #BFBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCCD; }
p { color: rgb(191,188,205); }
H1.HeaderClassName
{
color: #BFBCCD;
}
.AnyTagClassName
{
color: #BFBCCD;
}
</style>
background-color css
<style>
a { background-color: #BFBCCD; }
a { background-color: rgb(191,188,205); }
div.DivClassName
{
background-color: #BFBCCD;
}
.BgClassName
{
background-color: #BFBCCD;
}
</style>
border-color css
<style>
span { border-color: #BFBCCD; }
span { border-color: rgb(191,188,205); }
td.TdClassName
{
border-color: #BFBCCD;
}
.TagClassName
{
border-color: #BFBCCD;
}
</style>