Shades of Nebula #BACFC0
Tints of Nebula #BACFC0
RGB
CMYK
RGB Variations
Color information
#BACFC0 (or 0xBACFC0) is known color: Nebula. HEX triplet: BA, CF and C0. RGB value is (186,207,192). Sum of RGB (Red+Green+Blue) = 186+207+192=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC0 is #45303F. Grayscale: #C7C7C7. Windows color (decimal): -4534336 or 12636090. OLE color: 12636090.
HSL color Cylindrical-coordinate representation of color #BACFC0: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFC0 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 192 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.19 |
| HSL | 137.14º | 0.18% | 0.77% | - |
| HSV(B) | 137.14º | 0.1% | 0.81% | - |
| XYZ | 52.08 | 58.87 | 58.49 | - |
| YUV | 199.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 192 | 0.10 | 0 | 0.07 | 0.19 | 137.14 | 0.18 | 0.77 |
| Hex | BA | CF | C0 | A | 0 | 7 | 13 | 89 | 12 | 4D |
| Octal | 272 | 317 | 300 | 12 | 0 | 7 | 23 | 211 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000000 | 1010 | 0 | 111 | 10011 | 10001001 | 10010 | 1001101 |
Color Harmonies of #BACFC0
Complementary color
Monochromatic Colors of #BACFC0
Black with #BACFC0
Text Example
Text Example
White with #BACFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC0; }
p { color: rgb(186,207,192); }
H1.HeaderClassName
{
color: #BACFC0;
}
.AnyTagClassName
{
color: #BACFC0;
}
</style>
background-color css
<style>
a { background-color: #BACFC0; }
a { background-color: rgb(186,207,192); }
div.DivClassName
{
background-color: #BACFC0;
}
.BgClassName
{
background-color: #BACFC0;
}
</style>
border-color css
<style>
span { border-color: #BACFC0; }
span { border-color: rgb(186,207,192); }
td.TdClassName
{
border-color: #BACFC0;
}
.TagClassName
{
border-color: #BACFC0;
}
</style>