Shades of Nebula #BFCEC5
Tints of Nebula #BFCEC5
RGB
CMYK
RGB Variations
Color information
#BFCEC5 (or 0xBFCEC5) is known color: Nebula. HEX triplet: BF, CE and C5. RGB value is (191,206,197). Sum of RGB (Red+Green+Blue) = 191+206+197=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEC5 is #40313A. Grayscale: #C8C8C8. Windows color (decimal): -4206907 or 12963519. OLE color: 12963519.
HSL color Cylindrical-coordinate representation of color #BFCEC5: hue angle of 144º 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 #BFCEC5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 197 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.19 |
| HSL | 144º | 0.13% | 0.78% | - |
| HSV(B) | 144º | 0.07% | 0.81% | - |
| XYZ | 53.64 | 59.25 | 61.43 | - |
| YUV | 200.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 197 | 0.07 | 0 | 0.04 | 0.19 | 144 | 0.13 | 0.78 |
| Hex | BF | CE | C5 | 7 | 0 | 4 | 13 | 90 | D | 4E |
| Octal | 277 | 316 | 305 | 7 | 0 | 4 | 23 | 220 | 15 | 116 |
| Binary | 10111111 | 11001110 | 11000101 | 111 | 0 | 100 | 10011 | 10010000 | 1101 | 1001110 |
Color Harmonies of #BFCEC5
Complementary color
Monochromatic Colors of #BFCEC5
Black with #BFCEC5
Text Example
Text Example
White with #BFCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEC5; }
p { color: rgb(191,206,197); }
H1.HeaderClassName
{
color: #BFCEC5;
}
.AnyTagClassName
{
color: #BFCEC5;
}
</style>
background-color css
<style>
a { background-color: #BFCEC5; }
a { background-color: rgb(191,206,197); }
div.DivClassName
{
background-color: #BFCEC5;
}
.BgClassName
{
background-color: #BFCEC5;
}
</style>
border-color css
<style>
span { border-color: #BFCEC5; }
span { border-color: rgb(191,206,197); }
td.TdClassName
{
border-color: #BFCEC5;
}
.TagClassName
{
border-color: #BFCEC5;
}
</style>