Shades of Nebula #BFCEC6
Tints of Nebula #BFCEC6
RGB
CMYK
RGB Variations
Color information
#BFCEC6 (or 0xBFCEC6) is known color: Nebula. HEX triplet: BF, CE and C6. RGB value is (191,206,198). Sum of RGB (Red+Green+Blue) = 191+206+198=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEC6 is #403139. Grayscale: #C8C8C8. Windows color (decimal): -4206906 or 13029055. OLE color: 13029055.
HSL color Cylindrical-coordinate representation of color #BFCEC6: hue angle of 148º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCEC6 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 198 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.19 |
| HSL | 148º | 0.13% | 0.78% | - |
| HSV(B) | 148º | 0.07% | 0.81% | - |
| XYZ | 53.75 | 59.3 | 62.04 | - |
| YUV | 200.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 198 | 0.07 | 0 | 0.04 | 0.19 | 148 | 0.13 | 0.78 |
| Hex | BF | CE | C6 | 7 | 0 | 4 | 13 | 94 | D | 4E |
| Octal | 277 | 316 | 306 | 7 | 0 | 4 | 23 | 224 | 15 | 116 |
| Binary | 10111111 | 11001110 | 11000110 | 111 | 0 | 100 | 10011 | 10010100 | 1101 | 1001110 |
Color Harmonies of #BFCEC6
Complementary color
Monochromatic Colors of #BFCEC6
Black with #BFCEC6
Text Example
Text Example
White with #BFCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEC6; }
p { color: rgb(191,206,198); }
H1.HeaderClassName
{
color: #BFCEC6;
}
.AnyTagClassName
{
color: #BFCEC6;
}
</style>
background-color css
<style>
a { background-color: #BFCEC6; }
a { background-color: rgb(191,206,198); }
div.DivClassName
{
background-color: #BFCEC6;
}
.BgClassName
{
background-color: #BFCEC6;
}
</style>
border-color css
<style>
span { border-color: #BFCEC6; }
span { border-color: rgb(191,206,198); }
td.TdClassName
{
border-color: #BFCEC6;
}
.TagClassName
{
border-color: #BFCEC6;
}
</style>