Shades of Nebula #BFCEC4
Tints of Nebula #BFCEC4
RGB
CMYK
RGB Variations
Color information
#BFCEC4 (or 0xBFCEC4) is known color: Nebula. HEX triplet: BF, CE and C4. RGB value is (191,206,196). Sum of RGB (Red+Green+Blue) = 191+206+196=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEC4 is #40313B. Grayscale: #C8C8C8. Windows color (decimal): -4206908 or 12897983. OLE color: 12897983.
HSL color Cylindrical-coordinate representation of color #BFCEC4: hue angle of 140º 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 #BFCEC4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 196 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.19 |
| HSL | 140º | 0.13% | 0.78% | - |
| HSV(B) | 140º | 0.07% | 0.81% | - |
| XYZ | 53.52 | 59.2 | 60.83 | - |
| YUV | 200.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 196 | 0.07 | 0 | 0.05 | 0.19 | 140 | 0.13 | 0.78 |
| Hex | BF | CE | C4 | 7 | 0 | 5 | 13 | 8C | D | 4E |
| Octal | 277 | 316 | 304 | 7 | 0 | 5 | 23 | 214 | 15 | 116 |
| Binary | 10111111 | 11001110 | 11000100 | 111 | 0 | 101 | 10011 | 10001100 | 1101 | 1001110 |
Color Harmonies of #BFCEC4
Complementary color
Monochromatic Colors of #BFCEC4
Black with #BFCEC4
Text Example
Text Example
White with #BFCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEC4; }
p { color: rgb(191,206,196); }
H1.HeaderClassName
{
color: #BFCEC4;
}
.AnyTagClassName
{
color: #BFCEC4;
}
</style>
background-color css
<style>
a { background-color: #BFCEC4; }
a { background-color: rgb(191,206,196); }
div.DivClassName
{
background-color: #BFCEC4;
}
.BgClassName
{
background-color: #BFCEC4;
}
</style>
border-color css
<style>
span { border-color: #BFCEC4; }
span { border-color: rgb(191,206,196); }
td.TdClassName
{
border-color: #BFCEC4;
}
.TagClassName
{
border-color: #BFCEC4;
}
</style>