Shades of Nebula #BFD1C7
Tints of Nebula #BFD1C7
RGB
CMYK
RGB Variations
Color information
#BFD1C7 (or 0xBFD1C7) is known color: Nebula. HEX triplet: BF, D1 and C7. RGB value is (191,209,199). Sum of RGB (Red+Green+Blue) = 191+209+199=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1C7 is #402E38. Grayscale: #CACACA. Windows color (decimal): -4206137 or 13095359. OLE color: 13095359.
HSL color Cylindrical-coordinate representation of color #BFD1C7: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD1C7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 199 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.18 |
| HSL | 146.67º | 0.16% | 0.78% | - |
| HSV(B) | 146.67º | 0.09% | 0.82% | - |
| XYZ | 54.6 | 60.8 | 62.89 | - |
| YUV | 202.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 199 | 0.09 | 0 | 0.05 | 0.18 | 146.67 | 0.16 | 0.78 |
| Hex | BF | D1 | C7 | 9 | 0 | 5 | 12 | 93 | 10 | 4E |
| Octal | 277 | 321 | 307 | 11 | 0 | 5 | 22 | 223 | 20 | 116 |
| Binary | 10111111 | 11010001 | 11000111 | 1001 | 0 | 101 | 10010 | 10010011 | 10000 | 1001110 |
Color Harmonies of #BFD1C7
Complementary color
Monochromatic Colors of #BFD1C7
Black with #BFD1C7
Text Example
Text Example
White with #BFD1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1C7; }
p { color: rgb(191,209,199); }
H1.HeaderClassName
{
color: #BFD1C7;
}
.AnyTagClassName
{
color: #BFD1C7;
}
</style>
background-color css
<style>
a { background-color: #BFD1C7; }
a { background-color: rgb(191,209,199); }
div.DivClassName
{
background-color: #BFD1C7;
}
.BgClassName
{
background-color: #BFD1C7;
}
</style>
border-color css
<style>
span { border-color: #BFD1C7; }
span { border-color: rgb(191,209,199); }
td.TdClassName
{
border-color: #BFD1C7;
}
.TagClassName
{
border-color: #BFD1C7;
}
</style>