Shades of Nebula #BFC9C2
Tints of Nebula #BFC9C2
RGB
CMYK
RGB Variations
Color information
#BFC9C2 (or 0xBFC9C2) is known color: Nebula. HEX triplet: BF, C9 and C2. RGB value is (191,201,194). Sum of RGB (Red+Green+Blue) = 191+201+194=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9C2 is #40363D. Grayscale: #C5C5C5. Windows color (decimal): -4208190 or 12765631. OLE color: 12765631.
HSL color Cylindrical-coordinate representation of color #BFC9C2: hue angle of 138º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC9C2 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 194 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.21 |
| HSL | 138º | 0.08% | 0.77% | - |
| HSV(B) | 138º | 0.05% | 0.79% | - |
| XYZ | 52.11 | 56.74 | 59.25 | - |
| YUV | 197.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 194 | 0.05 | 0 | 0.03 | 0.21 | 138 | 0.08 | 0.77 |
| Hex | BF | C9 | C2 | 5 | 0 | 3 | 15 | 8A | 8 | 4D |
| Octal | 277 | 311 | 302 | 5 | 0 | 3 | 25 | 212 | 10 | 115 |
| Binary | 10111111 | 11001001 | 11000010 | 101 | 0 | 11 | 10101 | 10001010 | 1000 | 1001101 |
Color Harmonies of #BFC9C2
Complementary color
Monochromatic Colors of #BFC9C2
Black with #BFC9C2
Text Example
Text Example
White with #BFC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9C2; }
p { color: rgb(191,201,194); }
H1.HeaderClassName
{
color: #BFC9C2;
}
.AnyTagClassName
{
color: #BFC9C2;
}
</style>
background-color css
<style>
a { background-color: #BFC9C2; }
a { background-color: rgb(191,201,194); }
div.DivClassName
{
background-color: #BFC9C2;
}
.BgClassName
{
background-color: #BFC9C2;
}
</style>
border-color css
<style>
span { border-color: #BFC9C2; }
span { border-color: rgb(191,201,194); }
td.TdClassName
{
border-color: #BFC9C2;
}
.TagClassName
{
border-color: #BFC9C2;
}
</style>