Shades of Nebula #BACFC2
Tints of Nebula #BACFC2
RGB
CMYK
RGB Variations
Color information
#BACFC2 (or 0xBACFC2) is known color: Nebula. HEX triplet: BA, CF and C2. RGB value is (186,207,194). Sum of RGB (Red+Green+Blue) = 186+207+194=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC2 is #45303D. Grayscale: #C7C7C7. Windows color (decimal): -4534334 or 12767162. OLE color: 12767162.
HSL color Cylindrical-coordinate representation of color #BACFC2: hue angle of 142.86º 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 #BACFC2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 194 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.19 |
| HSL | 142.86º | 0.18% | 0.77% | - |
| HSV(B) | 142.86º | 0.1% | 0.81% | - |
| XYZ | 52.3 | 58.96 | 59.66 | - |
| YUV | 199.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 194 | 0.10 | 0 | 0.06 | 0.19 | 142.86 | 0.18 | 0.77 |
| Hex | BA | CF | C2 | A | 0 | 6 | 13 | 8F | 12 | 4D |
| Octal | 272 | 317 | 302 | 12 | 0 | 6 | 23 | 217 | 22 | 115 |
| Binary | 10111010 | 11001111 | 11000010 | 1010 | 0 | 110 | 10011 | 10001111 | 10010 | 1001101 |
Color Harmonies of #BACFC2
Complementary color
Monochromatic Colors of #BACFC2
Black with #BACFC2
Text Example
Text Example
White with #BACFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFC2; }
p { color: rgb(186,207,194); }
H1.HeaderClassName
{
color: #BACFC2;
}
.AnyTagClassName
{
color: #BACFC2;
}
</style>
background-color css
<style>
a { background-color: #BACFC2; }
a { background-color: rgb(186,207,194); }
div.DivClassName
{
background-color: #BACFC2;
}
.BgClassName
{
background-color: #BACFC2;
}
</style>
border-color css
<style>
span { border-color: #BACFC2; }
span { border-color: rgb(186,207,194); }
td.TdClassName
{
border-color: #BACFC2;
}
.TagClassName
{
border-color: #BACFC2;
}
</style>