Shades of Nebula #BFCFC5
Tints of Nebula #BFCFC5
RGB
CMYK
RGB Variations
Color information
#BFCFC5 (or 0xBFCFC5) is known color: Nebula. HEX triplet: BF, CF and C5. RGB value is (191,207,197). Sum of RGB (Red+Green+Blue) = 191+207+197=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC5 is #40303A. Grayscale: #C9C9C9. Windows color (decimal): -4206651 or 12963775. OLE color: 12963775.
HSL color Cylindrical-coordinate representation of color #BFCFC5: hue angle of 142.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 197 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.19 |
| HSL | 142.5º | 0.14% | 0.78% | - |
| HSV(B) | 142.5º | 0.08% | 0.81% | - |
| XYZ | 53.88 | 59.73 | 61.51 | - |
| YUV | 201.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 197 | 0.08 | 0 | 0.05 | 0.19 | 142.5 | 0.14 | 0.78 |
| Hex | BF | CF | C5 | 8 | 0 | 5 | 13 | 8E | E | 4E |
| Octal | 277 | 317 | 305 | 10 | 0 | 5 | 23 | 216 | 16 | 116 |
| Binary | 10111111 | 11001111 | 11000101 | 1000 | 0 | 101 | 10011 | 10001110 | 1110 | 1001110 |
Color Harmonies of #BFCFC5
Complementary color
Monochromatic Colors of #BFCFC5
Black with #BFCFC5
Text Example
Text Example
White with #BFCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFC5; }
p { color: rgb(191,207,197); }
H1.HeaderClassName
{
color: #BFCFC5;
}
.AnyTagClassName
{
color: #BFCFC5;
}
</style>
background-color css
<style>
a { background-color: #BFCFC5; }
a { background-color: rgb(191,207,197); }
div.DivClassName
{
background-color: #BFCFC5;
}
.BgClassName
{
background-color: #BFCFC5;
}
</style>
border-color css
<style>
span { border-color: #BFCFC5; }
span { border-color: rgb(191,207,197); }
td.TdClassName
{
border-color: #BFCFC5;
}
.TagClassName
{
border-color: #BFCFC5;
}
</style>