Shades of Nebula #BFD0C5
Tints of Nebula #BFD0C5
RGB
CMYK
RGB Variations
Color information
#BFD0C5 (or 0xBFD0C5) is known color: Nebula. HEX triplet: BF, D0 and C5. RGB value is (191,208,197). Sum of RGB (Red+Green+Blue) = 191+208+197=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0C5 is #402F3A. Grayscale: #C9C9C9. Windows color (decimal): -4206395 or 12964031. OLE color: 12964031.
HSL color Cylindrical-coordinate representation of color #BFD0C5: hue angle of 141.18º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0C5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 197 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.18 |
| HSL | 141.18º | 0.15% | 0.78% | - |
| HSV(B) | 141.18º | 0.08% | 0.82% | - |
| XYZ | 54.12 | 60.22 | 61.59 | - |
| YUV | 201.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 197 | 0.08 | 0 | 0.05 | 0.18 | 141.18 | 0.15 | 0.78 |
| Hex | BF | D0 | C5 | 8 | 0 | 5 | 12 | 8D | F | 4E |
| Octal | 277 | 320 | 305 | 10 | 0 | 5 | 22 | 215 | 17 | 116 |
| Binary | 10111111 | 11010000 | 11000101 | 1000 | 0 | 101 | 10010 | 10001101 | 1111 | 1001110 |
Color Harmonies of #BFD0C5
Complementary color
Monochromatic Colors of #BFD0C5
Black with #BFD0C5
Text Example
Text Example
White with #BFD0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0C5; }
p { color: rgb(191,208,197); }
H1.HeaderClassName
{
color: #BFD0C5;
}
.AnyTagClassName
{
color: #BFD0C5;
}
</style>
background-color css
<style>
a { background-color: #BFD0C5; }
a { background-color: rgb(191,208,197); }
div.DivClassName
{
background-color: #BFD0C5;
}
.BgClassName
{
background-color: #BFD0C5;
}
</style>
border-color css
<style>
span { border-color: #BFD0C5; }
span { border-color: rgb(191,208,197); }
td.TdClassName
{
border-color: #BFD0C5;
}
.TagClassName
{
border-color: #BFD0C5;
}
</style>