Shades of Nebula #BACFC1
Tints of Nebula #BACFC1
RGB
CMYK
RGB Variations
Color information
#BACFC1 (or 0xBACFC1) is known color: Nebula. HEX triplet: BA, CF and C1. RGB value is (186,207,193). Sum of RGB (Red+Green+Blue) = 186+207+193=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC1 is #45303E. Grayscale: #C7C7C7. Windows color (decimal): -4534335 or 12701626. OLE color: 12701626.
HSL color Cylindrical-coordinate representation of color #BACFC1: hue angle of 140º 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 #BACFC1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 193 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.19 |
| HSL | 140º | 0.18% | 0.77% | - |
| HSV(B) | 140º | 0.1% | 0.81% | - |
| XYZ | 52.19 | 58.92 | 59.07 | - |
| YUV | 199.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 193 | 0.10 | 0 | 0.07 | 0.19 | 140 | 0.18 | 0.77 |
| Hex | BA | CF | C1 | A | 0 | 7 | 13 | 8C | 12 | 4D |
| Octal | 272 | 317 | 301 | 12 | 0 | 7 | 23 | 214 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000001 | 1010 | 0 | 111 | 10011 | 10001100 | 10010 | 1001101 |
Color Harmonies of #BACFC1
Complementary color
Monochromatic Colors of #BACFC1
Black with #BACFC1
Text Example
Text Example
White with #BACFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC1; }
p { color: rgb(186,207,193); }
H1.HeaderClassName
{
color: #BACFC1;
}
.AnyTagClassName
{
color: #BACFC1;
}
</style>
background-color css
<style>
a { background-color: #BACFC1; }
a { background-color: rgb(186,207,193); }
div.DivClassName
{
background-color: #BACFC1;
}
.BgClassName
{
background-color: #BACFC1;
}
</style>
border-color css
<style>
span { border-color: #BACFC1; }
span { border-color: rgb(186,207,193); }
td.TdClassName
{
border-color: #BACFC1;
}
.TagClassName
{
border-color: #BACFC1;
}
</style>