Shades of Nebula #BFD2C7
Tints of Nebula #BFD2C7
RGB
CMYK
RGB Variations
Color information
#BFD2C7 (or 0xBFD2C7) is known color: Nebula. HEX triplet: BF, D2 and C7. RGB value is (191,210,199). Sum of RGB (Red+Green+Blue) = 191+210+199=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C7 is #402D38. Grayscale: #CBCBCB. Windows color (decimal): -4205881 or 13095615. OLE color: 13095615.
HSL color Cylindrical-coordinate representation of color #BFD2C7: hue angle of 145.26º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2C7 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 199 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.18 |
| HSL | 145.26º | 0.17% | 0.79% | - |
| HSV(B) | 145.26º | 0.09% | 0.82% | - |
| XYZ | 54.84 | 61.29 | 62.97 | - |
| YUV | 203.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 199 | 0.09 | 0 | 0.05 | 0.18 | 145.26 | 0.17 | 0.79 |
| Hex | BF | D2 | C7 | 9 | 0 | 5 | 12 | 91 | 11 | 4F |
| Octal | 277 | 322 | 307 | 11 | 0 | 5 | 22 | 221 | 21 | 117 |
| Binary | 10111111 | 11010010 | 11000111 | 1001 | 0 | 101 | 10010 | 10010001 | 10001 | 1001111 |
Color Harmonies of #BFD2C7
Complementary color
Monochromatic Colors of #BFD2C7
Black with #BFD2C7
Text Example
Text Example
White with #BFD2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2C7; }
p { color: rgb(191,210,199); }
H1.HeaderClassName
{
color: #BFD2C7;
}
.AnyTagClassName
{
color: #BFD2C7;
}
</style>
background-color css
<style>
a { background-color: #BFD2C7; }
a { background-color: rgb(191,210,199); }
div.DivClassName
{
background-color: #BFD2C7;
}
.BgClassName
{
background-color: #BFD2C7;
}
</style>
border-color css
<style>
span { border-color: #BFD2C7; }
span { border-color: rgb(191,210,199); }
td.TdClassName
{
border-color: #BFD2C7;
}
.TagClassName
{
border-color: #BFD2C7;
}
</style>