Shades of Nebula #BFCFC6
Tints of Nebula #BFCFC6
RGB
CMYK
RGB Variations
Color information
#BFCFC6 (or 0xBFCFC6) is known color: Nebula. HEX triplet: BF, CF and C6. RGB value is (191,207,198). Sum of RGB (Red+Green+Blue) = 191+207+198=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFC6 is #403039. Grayscale: #C9C9C9. Windows color (decimal): -4206650 or 13029311. OLE color: 13029311.
HSL color Cylindrical-coordinate representation of color #BFCFC6: hue angle of 146.25º 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 #BFCFC6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 198 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.19 |
| HSL | 146.25º | 0.14% | 0.78% | - |
| HSV(B) | 146.25º | 0.08% | 0.81% | - |
| XYZ | 53.99 | 59.78 | 62.12 | - |
| YUV | 201.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 198 | 0.08 | 0 | 0.04 | 0.19 | 146.25 | 0.14 | 0.78 |
| Hex | BF | CF | C6 | 8 | 0 | 4 | 13 | 92 | E | 4E |
| Octal | 277 | 317 | 306 | 10 | 0 | 4 | 23 | 222 | 16 | 116 |
| Binary | 10111111 | 11001111 | 11000110 | 1000 | 0 | 100 | 10011 | 10010010 | 1110 | 1001110 |
Color Harmonies of #BFCFC6
Complementary color
Monochromatic Colors of #BFCFC6
Black with #BFCFC6
Text Example
Text Example
White with #BFCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFC6; }
p { color: rgb(191,207,198); }
H1.HeaderClassName
{
color: #BFCFC6;
}
.AnyTagClassName
{
color: #BFCFC6;
}
</style>
background-color css
<style>
a { background-color: #BFCFC6; }
a { background-color: rgb(191,207,198); }
div.DivClassName
{
background-color: #BFCFC6;
}
.BgClassName
{
background-color: #BFCFC6;
}
</style>
border-color css
<style>
span { border-color: #BFCFC6; }
span { border-color: rgb(191,207,198); }
td.TdClassName
{
border-color: #BFCFC6;
}
.TagClassName
{
border-color: #BFCFC6;
}
</style>